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 {#34288 +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 {#15117 +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".
request
[ "route" => "admin" "route_parameters" => [ "_route" => "admin" "_locale" => "de" "_controller" => "App\Controller\Admin\DashboardController::index" "routeCreatedByEasyAdmin" => true "dashboardControllerFqcn" => "App\Controller\Admin\DashboardController" "crudControllerFqcn" => null "crudAction" => null ] "request_uri" => "https://dev.cat.greensign.de/admin" "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
4 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 => 680 ], 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 => 680 ] "types" => [ 1 => 1 ] ] |
| debug |
User was reloaded from a user provider.
security
[ "provider" => "Symfony\Bridge\Doctrine\Security\User\EntityUserProvider" "username" => "florian@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 "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 |
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 = ? 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 = ? ORDER BY q0_.id ASC" "params" => [ 1 => 1 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing query: "SELECT COALESCE(MAX(greensign_id), 0) FROM hotel"
doctrine
[ "sql" => "SELECT COALESCE(MAX(greensign_id), 0) FROM hotel" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.questionaire_id = ?" (parameters: [ 1 => 1 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.questionaire_id = ?" "params" => [ 1 => 1 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 14 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 20 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 21 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 22 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 26 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 26 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 27 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 30 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 35 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 36 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 37 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 41 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 43 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 44 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 45 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 46 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 47 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 50 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 51 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 52 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 53 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 55 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 57 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 59 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 62 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 66 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 66 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 68 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 69 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 70 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 72 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 73 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 74 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 75 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 76 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 76 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 77 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 78 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 79 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 81 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 81 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 82 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 83 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 84 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 85 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 86 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 88 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 92 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 92 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 93 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 94 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 95 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 96 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 97 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 101 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 102 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 103 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 116 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 115 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 106 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 107 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 108 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 109 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 110 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 113 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 114 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 111 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 112 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 117 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 118 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 121 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 121 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 122 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 123 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 124 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 125 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 126 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 127 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 128 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 130 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 131 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 132 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 132 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 140 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 140 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 141 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 141 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 142 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 142 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 143 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 143 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 144 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 144 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 145 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 145 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 146 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 146 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 147 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 147 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 148 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 148 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 150 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 151 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 153 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 154 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 156 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 157 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 158 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 159 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 165 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 134 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 135 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 136 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 137 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 138 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 166 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 169 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 170 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 171 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 174 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 176 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 176 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 179 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 179 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 180 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 180 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 181 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 187 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 188 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 188 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 193 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 193 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 195 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 195 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 197 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 201 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 204 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 204 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 205 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 205 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (parameters: [ 1 => 211 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 211 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 212 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 213 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 213 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 214 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 218 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 218 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 223 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 223 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 226 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 233 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 234 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 235 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 235 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 237 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 238 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 251 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 251 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 252 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 256 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 257 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 257 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 258 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 259 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 260 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 260 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 262 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 262 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 264 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 264 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 299 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 299 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 301 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 303 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 305 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 306 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 307 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 307 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 308 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 308 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 309 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 309 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 310 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 311 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 312 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 313 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 316 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 317 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 317 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 318 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 318 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 319 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 319 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 320 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 320 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 321 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 321 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 323 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 323 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 325 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 325 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 326 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 326 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (parameters: [ 1 => 328 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 328 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 329 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 329 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 330 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 330 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 331 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 331 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 332 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 332 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 333 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 333 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 334 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 334 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 335 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 335 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 336 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 336 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 338 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 338 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 341 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 341 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 343 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 343 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (parameters: [ 1 => 353 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 353 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (parameters: [ 1 => 355 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 355 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 362 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 362 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 368 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 368 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 381 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 382 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 168 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 386 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 386 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 392 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 392 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 393 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 173 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 396 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 396 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 391 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 391 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 397 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 398 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 399 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 401 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 402 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 402 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 403 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 403 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 404 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 407 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 412 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 414 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 417 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 418 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 419 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 419 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 420 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 421 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 425 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 426 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 427 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 429 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 429 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 430 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 430 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 431 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 432 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 433 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 434 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 435 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 437 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 438 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 438 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 439 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 440 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 443 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 445 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 445 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 447 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 447 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 448 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 449 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 450 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 451 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 457 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 457 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 459 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 460 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 462 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 464 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 465 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 467 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 471 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 476 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 477 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 477 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 480 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 481 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 485 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 487 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 487 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 488 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 488 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 489 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 489 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 490 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 490 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 491 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 492 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 492 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 493 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 493 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 494 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 495 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 495 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 497 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 498 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 496 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 496 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 501 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 502 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 504 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 509 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 510 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 511 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 511 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 512 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 513 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 514 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 261 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 261 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 263 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 265 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 265 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 266 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 266 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 267 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 267 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 268 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 268 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 269 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 269 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 270 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 270 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 271 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 271 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 272 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 272 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 273 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 274 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 274 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 275 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 275 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 276 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 276 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 277 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 277 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 278 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 278 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 279 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 279 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 280 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 280 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 281 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 282 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 282 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 283 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 283 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 284 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 284 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 285 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 285 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 286 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 286 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 287 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 287 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 288 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 288 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 290 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 290 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 291 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 291 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 293 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 294 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 294 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 295 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 295 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 296 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 297 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 297 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 298 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 298 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 483 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 483 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 484 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 515 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 515 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 516 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 516 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 517 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "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 = ?" (parameters: [ 1 => 518 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 518 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 519 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 519 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 520 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 520 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 522 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 522 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 523 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 523 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 524 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 525 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 525 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 528 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 528 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 529 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 529 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 530 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 533 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 533 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 534 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 535 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 535 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 536 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 536 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 537 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 537 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 538 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 538 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 539 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 539 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 541 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 541 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 542 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 543 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 543 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 544 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 544 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 545 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 545 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 546 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 546 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 547 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 547 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 548 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 548 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 549 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 549 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 550 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 550 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 551 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 551 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 555 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 555 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 556 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 557 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 558 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 242 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 242 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 243 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 243 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 244 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 244 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 208 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 222 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 232 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 239 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 240 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 560 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 562 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 563 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 229 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 230 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 231 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 231 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 236 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 241 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 241 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 245 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 245 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 247 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 247 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 248 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 248 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 250 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 254 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 255 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 39 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 119 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 324 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 564 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 566 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 568 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 569 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 570 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 570 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 571 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 571 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 572 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 573 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 574 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 575 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 577 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 579 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 580 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 581 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 582 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 578 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 583 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 583 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 584 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 584 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 585 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 100 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 595 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 596 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 596 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 597 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 597 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 598 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 598 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 600 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 600 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 602 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 603 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "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 = ?" (parameters: [ 1 => 604 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 604 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 608 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 610 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 618 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 618 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 619 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 619 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 622 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 623 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 623 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 625 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 626 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 626 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 627 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 627 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 629 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 630 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 631 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 631 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 633 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 633 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 632 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "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 = ?" (parameters: [ 1 => 634 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 634 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (parameters: [ 1 => 636 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 636 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 637 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 637 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 638 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 638 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 639 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "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 = ?" (parameters: [ 1 => 640 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 640 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 641 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 642 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 643 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 645 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 651 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 651 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 652 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 653 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 653 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 656 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "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 = ?" (parameters: [ 1 => 658 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 658 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 659 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 659 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 660 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 663 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 663 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 664 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 664 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 666 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 666 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 669 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 669 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 672 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 672 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 674 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 674 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 661 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 661 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 675 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 675 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 676 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 676 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 677 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 677 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 679 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 679 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 684 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 684 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 693 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 693 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 694 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 694 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 695 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 695 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 696 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 696 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 699 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 699 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 700 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 700 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 701 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 701 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 702 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 702 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 707 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 707 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 708 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 708 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 709 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 709 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 710 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 710 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 711 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 711 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 712 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 712 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 713 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 713 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 715 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 715 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 716 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 716 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 717 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 717 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 718 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 718 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 720 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 720 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 721 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 721 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 722 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 722 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 725 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 725 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 726 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 726 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 727 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 727 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 728 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 728 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 729 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 729 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 730 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 730 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 731 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 731 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 732 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 732 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 733 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 733 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 734 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 736 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 736 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 737 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 737 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 738 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 738 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 739 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 739 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 860 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 860 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 861 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 861 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 862 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 862 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 863 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 863 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 864 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 864 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 865 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 865 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 866 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 866 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 867 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 867 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 868 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 868 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 869 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 869 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 870 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 870 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 871 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 871 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 872 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 872 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 873 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 873 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 874 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 874 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 875 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 875 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 876 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 876 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 877 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 877 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 878 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 878 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 879 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 879 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 880 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 880 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 881 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 881 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 882 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 882 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 883 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 883 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 884 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 884 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 885 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 885 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 886 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 886 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 887 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 887 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 888 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 888 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 889 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 889 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 890 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 890 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 891 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 891 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 892 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 892 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 893 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 893 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 894 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 894 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 895 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 895 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 896 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 896 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 897 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 897 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 898 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 898 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 899 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 899 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 900 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 900 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 901 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 901 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 902 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 902 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 903 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 903 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 904 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 904 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 905 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 905 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 906 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 906 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 907 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 907 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 913 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 913 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 914 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 914 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 915 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 915 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 916 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 916 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 917 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 917 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 723 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 400 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 400 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 685 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 685 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 686 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 686 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 687 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 687 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 688 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 688 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 689 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 689 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 690 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 690 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 691 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 691 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 692 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 692 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 743 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 743 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 744 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 744 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 748 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 748 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 750 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 750 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 751 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 751 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 759 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 759 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 761 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 761 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 762 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 762 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 763 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 763 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 764 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 764 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 767 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 767 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 768 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 768 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 769 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 769 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 770 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 770 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 771 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 771 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 772 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 772 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 773 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 773 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 774 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 774 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 775 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 775 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 777 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 777 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 778 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "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 = ?" (parameters: [ 1 => 779 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 779 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 780 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 780 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 781 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 781 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 782 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 782 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 784 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 784 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 786 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 786 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 787 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 787 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 789 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 789 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 790 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 790 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 791 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 791 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 795 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 795 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 796 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 796 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 797 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 797 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 798 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 798 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 799 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 799 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 800 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 800 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 802 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 802 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 803 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 803 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 804 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 804 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 805 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 805 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 806 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 806 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 807 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 807 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 808 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 808 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 809 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 809 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 810 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 810 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 811 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 811 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 812 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 812 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 813 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 813 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 814 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 814 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 815 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 815 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 816 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 816 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 817 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 817 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 818 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 818 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 819 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 819 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 820 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 820 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 821 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 821 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 822 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 822 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 823 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 823 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 824 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 824 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 825 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 825 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 826 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 826 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 827 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 827 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 828 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 828 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 829 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 829 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 830 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 830 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 831 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 831 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 832 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 832 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 833 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 833 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 834 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 834 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 835 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 835 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 836 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 836 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 837 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 837 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 838 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 838 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 839 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 839 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 840 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 840 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 841 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 841 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 842 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 842 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 843 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 843 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 844 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 844 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 845 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 845 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 921 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 921 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 922 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 922 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 923 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 923 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 924 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 924 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 925 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 925 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 929 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 929 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 926 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 926 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 927 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 927 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 936 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 936 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 937 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 937 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 940 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 940 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 941 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 941 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 938 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 938 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 939 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 939 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 945 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 945 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 949 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 950 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 950 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 951 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 951 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 952 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 952 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 953 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 953 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 954 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 954 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 955 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 955 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 956 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 956 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 957 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 957 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 958 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 958 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 959 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 959 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 962 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 962 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 965 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 965 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 969 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 969 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 971 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 971 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 972 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 972 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 991 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 991 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1006 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1006 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1005 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1005 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1013 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1013 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1015 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1015 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1016 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1016 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1017 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1017 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1000 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1000 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 999 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 999 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1055 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1057 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1057 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 665 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 665 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1078 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1078 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1079 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1079 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1071 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1071 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1072 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1072 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1146 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1171 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1173 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 758 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 755 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 413 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 846 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 757 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (parameters: [ 1 => 1500 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1500 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1501 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1501 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.questionaire_id = ?" (parameters: [ 1 => 3 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.questionaire_id = ?" "params" => [ 1 => 3 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 58 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 58 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 63 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 63 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 64 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 67 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 67 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (parameters: [ 1 => 89 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 89 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 120 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 120 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 149 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 162 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 162 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 384 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 531 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 554 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 554 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 576 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 621 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 621 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 657 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 657 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 668 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 668 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 671 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 671 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 714 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 714 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 859 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 859 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 909 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 909 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 943 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 974 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 979 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 979 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 981 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 981 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 983 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 983 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 989 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 989 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 993 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 993 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1010 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1010 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1056 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1081 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1081 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1109 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1109 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1116 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1120 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1120 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1132 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1132 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 133 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1205 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1209 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1210 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1218 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1220 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1220 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1282 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1282 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (parameters: [ 1 => 1316 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1316 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 910 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1392 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "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 = ?" (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 = ?" "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 = ?" (parameters: [ 1 => 1491 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "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 = ?" (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 = ?" "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.questionaire_id = ?" (parameters: [ 1 => 4 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.questionaire_id = ?" "params" => [ 1 => 4 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 405 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 405 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 423 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 423 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 444 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 444 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 456 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 456 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 466 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 507 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 858 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 858 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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.questionaire_id = ?" (parameters: [ 1 => 5 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.questionaire_id = ?" "params" => [ 1 => 5 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 383 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 428 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 428 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 506 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 390 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 388 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 387 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 389 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 588 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 588 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 617 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 617 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 644 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 300 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 967 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 967 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 968 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 968 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 970 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 970 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 976 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 976 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 977 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 977 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 745 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 745 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 961 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 961 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 742 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 742 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 747 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 747 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 749 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "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 = ?" (parameters: [ 1 => 960 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 960 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 746 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 746 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1032 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1032 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1033 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1033 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1075 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1075 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1074 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1074 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 682 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 682 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 697 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 683 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 683 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1169 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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.questionaire_id = ?" (parameters: [ 1 => 6 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.questionaire_id = ?" "params" => [ 1 => 6 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 704 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 704 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1070 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1070 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 857 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 857 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 919 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 919 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 931 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 931 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 975 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 975 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 980 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 980 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 985 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 985 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1118 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1118 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1026 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1026 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1035 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1035 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1086 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1105 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1115 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1115 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1136 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1194 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1194 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1222 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1222 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1274 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1280 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1181 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1181 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1296 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1297 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1305 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1314 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1314 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (parameters: [ 1 => 1328 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1328 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1385 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (parameters: [ 1 => 1553 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1553 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.questionaire_id = ?" (parameters: [ 1 => 9 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.questionaire_id = ?" "params" => [ 1 => 9 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 458 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 973 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 973 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 978 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 978 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 982 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 982 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 918 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 918 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 984 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 984 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 986 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 986 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 987 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 987 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 988 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 988 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 994 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 994 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 996 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 997 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 997 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 998 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 998 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1001 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1001 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1002 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1002 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1003 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1003 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1007 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1007 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1008 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1008 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1009 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1009 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1011 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1011 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1012 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1012 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1014 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1014 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1018 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1018 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1019 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1019 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1020 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1021 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1021 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1022 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1022 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1023 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1023 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1024 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1024 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1025 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1025 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1027 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1027 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1028 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1028 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1029 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1029 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 648 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 648 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1031 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 315 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 314 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 966 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 966 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1049 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1049 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 367 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 367 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 183 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 183 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 190 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 190 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 191 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 191 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 189 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 189 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 202 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 202 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 366 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 366 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 347 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 347 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 342 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 342 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 182 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 182 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 194 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 194 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 345 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 186 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 186 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 185 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 185 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 346 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 351 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 351 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 360 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 361 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 357 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 357 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 356 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 356 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 207 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 207 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 358 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 358 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 359 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 340 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 340 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 350 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 350 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1058 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1058 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1059 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1060 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1060 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1061 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1036 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1036 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1037 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1038 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1038 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1039 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1039 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1040 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1040 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1041 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1041 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1042 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1042 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1043 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1043 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1044 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1045 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1046 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1047 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1048 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1073 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1080 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1080 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1082 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1083 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1084 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1084 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1087 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1088 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1054 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1054 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1067 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1067 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1068 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1069 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1069 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1089 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1089 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1050 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1051 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1052 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1053 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 349 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 349 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1090 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1091 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 34 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 249 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 249 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 363 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 371 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1093 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1095 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 364 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1096 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1097 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 38 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1099 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1100 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1101 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1098 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1103 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1104 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1104 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1110 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1111 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1113 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 365 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1114 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1117 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1062 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1062 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1063 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1063 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1064 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1064 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1065 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1065 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1066 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1066 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1119 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1122 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1122 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1123 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1124 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1125 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1125 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1126 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1127 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1128 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1129 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1134 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1135 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1138 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1139 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1140 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1141 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 104 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 105 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1142 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1144 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1145 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1145 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 23 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1149 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1150 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1150 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 339 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1155 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1155 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1156 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1157 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1157 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1158 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 673 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1160 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1161 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1163 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 167 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1164 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1164 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1165 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (parameters: [ 1 => 1167 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1167 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1168 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1168 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1174 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1175 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1176 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1180 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1179 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1182 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1183 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1184 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1184 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1185 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1186 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1191 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1192 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1143 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1147 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1190 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1193 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1195 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1196 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1197 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 337 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1198 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1200 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1201 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1203 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1204 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1204 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1207 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1207 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1213 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1212 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1214 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1177 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1215 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1216 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1217 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1221 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1221 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1223 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1225 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1226 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1228 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1229 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1229 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1231 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1231 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1233 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1234 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1236 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1238 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1240 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1241 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1251 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1252 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1253 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1253 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1235 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1243 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1244 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1245 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1247 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1248 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1255 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1257 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 374 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1258 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1259 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1260 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1260 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1261 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1262 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1263 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1264 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1265 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1266 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1268 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1267 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (parameters: [ 1 => 1273 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1273 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1275 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1276 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1276 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1277 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1279 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1281 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1285 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1287 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1292 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1293 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1294 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1298 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1302 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1303 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1304 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1307 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1308 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1309 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1309 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1315 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1318 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1319 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1325 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1327 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1330 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1330 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1331 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1332 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1333 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1334 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1335 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1338 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1339 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1339 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1340 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1341 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1342 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1343 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1343 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1345 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1348 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1349 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1357 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1360 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1361 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (parameters: [ 1 => 1364 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "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 = ?" (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 = ?" "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 = ?" (parameters: [ 1 => 1366 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1366 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1369 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1372 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (parameters: [ 1 => 1379 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "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 = ?" (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 = ?" "params" => [ 1 => 854 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1346 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1388 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1395 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 856 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1397 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1202 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1421 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1422 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1398 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1399 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1405 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1407 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1409 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1410 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1411 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1412 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1413 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1415 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1416 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1417 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1426 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1427 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1391 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1438 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1439 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1440 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1441 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1442 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (parameters: [ 1 => 1337 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1337 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1449 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1450 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1452 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (parameters: [ 1 => 1460 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "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 = ?" (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 = ?" "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 = ?" (parameters: [ 1 => 1463 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1472 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1473 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (parameters: [ 1 => 1476 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1478 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1479 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 947 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1481 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1484 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (parameters: [ 1 => 1486 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1490 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1494 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1496 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (parameters: [ 1 => 1549 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "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 = ?" (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 = ?" "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 = ?" (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 = ?" "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 = ?" (parameters: [ 1 => 1554 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1554 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1555 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "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 = ?" (parameters: [ 1 => 1556 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "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 = ?" (parameters: [ 1 => 1559 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1561 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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 = ?" (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 = ?" "params" => [ 1 => 1563 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.questionaire_id = ?" (parameters: [ 1 => 11 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.questionaire_id = ?" "params" => [ 1 => 11 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1224 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1230 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1239 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1242 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1269 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1278 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1278 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1286 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1286 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (parameters: [ 1 => 1310 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" "params" => [ 1 => 1310 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1326 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1347 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "params" => [ 1 => 1378 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ?" (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 = ?" "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.questionaire_id = ?" (parameters: [ 1 => 13 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.questionaire_id = ?" "params" => [ 1 => 13 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.questionaire_id = ?" (parameters: [ 1 => 14 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.questionaire_id = ?" "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.questionaire_id = ?" (parameters: [ 1 => 15 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.is_group_template AS is_group_template_2, t0.time_requested AS time_requested_3, t0.status AS status_4, t0.ulid AS ulid_5, t0.time_finished AS time_finished_6, t0.time_certified AS time_certified_7, t0.time_denied AS time_denied_8, t0.custom_points1 AS custom_points1_9, t0.green_sign_level AS green_sign_level_10, t0.points_part1 AS points_part1_11, t0.points_part2 AS points_part2_12, t0.points_part3 AS points_part3_13, t0.points_part4 AS points_part4_14, t0.points_part5 AS points_part5_15, t0.points_part6 AS points_part6_16, t0.points_part7 AS points_part7_17, t0.points_part8 AS points_part8_18, t0.points_part9 AS points_part9_19, t0.points_part10 AS points_part10_20, t0.points_part11 AS points_part11_21, t0.points_part12 AS points_part12_22, t0.points_part13 AS points_part13_23, t0.points_part14 AS points_part14_24, t0.points_part15 AS points_part15_25, t0.is_gstc AS is_gstc_26, t0.co2_amount AS co2_amount_27, t0.co2_certificate_file AS co2_certificate_file_28, t0.co2_certificate_file_en AS co2_certificate_file_en_29, t0.green_sign_conformity AS green_sign_conformity_30, t0.time_certified_until AS time_certified_until_31, t0.register_id AS register_id_32, t0.rollout_notified_at AS rollout_notified_at_33, t0.hotel_id AS hotel_id_34, t0.group_id AS group_id_35, t0.questionaire_id AS questionaire_id_36 FROM certification t0 WHERE t0.questionaire_id = ?" "params" => [ 1 => 15 ] "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 "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\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 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 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 "Symfony\UX\TwigComponent\Event\PreRenderEvent" to listener "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender".
event
[ "event" => "Symfony\UX\TwigComponent\Event\PreRenderEvent" "listener" => "Symfony\UX\TwigComponent\EventListener\TwigComponentLoggerListener::onPreRender" ] |
| debug |
Notified event "Symfony\UX\TwigComponent\Event\PostRenderEvent" to listener "Symfony\UX\TwigComponent\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 |
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 |
|