Log Messages
Level (7)
Channel (4)
| Time | Message |
|---|---|
| info |
Connecting with parameters [ "use_savepoints" => true "driver" => "pdo_mysql" "idle_connection_ttl" => 600 "host" => "192.168.0.118" "port" => 3306 "user" => "root" "password" => "<redacted>" "driverOptions" => [] "defaultTableOptions" => [ "collation" => "utf8mb4_unicode_ci" ] "dbname" => "colors_artcrafts" "serverVersion" => "5.7.34" "charset" => "utf8mb4" ]
doctrine
[ "params" => [ "use_savepoints" => true "driver" => "pdo_mysql" "idle_connection_ttl" => 600 "host" => "192.168.0.118" "port" => 3306 "user" => "root" "password" => "<redacted>" "driverOptions" => [] "defaultTableOptions" => [ "collation" => "utf8mb4_unicode_ci" ] "dbname" => "colors_artcrafts" "serverVersion" => "5.7.34" "charset" => "utf8mb4" ] ] |
| debug |
Executing query: "SELECT COUNT(l0_.id) AS sclr_0 FROM listini l0_"
doctrine
[ "sql" => "SELECT COUNT(l0_.id) AS sclr_0 FROM listini l0_" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.type AS type_2, t0.old_url AS old_url_3, t0.new_url AS new_url_4 FROM redirects t0 WHERE t0.old_url = ? LIMIT 1" (parameters: [ 1 => "/it-it/donna?page=2" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.old_url AS old_url_3, t0.new_url AS new_url_4 FROM redirects t0 WHERE t0.old_url = ? LIMIT 1" "params" => [ 1 => "/it-it/donna?page=2" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.type AS type_2, t0.old_url AS old_url_3, t0.new_url AS new_url_4 FROM redirects t0 WHERE t0.old_url = ? LIMIT 1" (parameters: [ 1 => "/it-it/donna?page=2" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.old_url AS old_url_3, t0.new_url AS new_url_4 FROM redirects t0 WHERE t0.old_url = ? LIMIT 1" "params" => [ 1 => "/it-it/donna?page=2" ] "types" => [ 1 => 2 ] ] |
| info |
Matched route "list_category_level1_with_listino".
request
[ "route" => "list_category_level1_with_listino" "route_parameters" => [ "_route" => "list_category_level1_with_listino" "listino" => "it" "_controller" => "App\Controller\ListProductsController::listCategoryLevel1" "_locale" => "it" "level1_category_url" => "donna" ] "request_uri" => "http://colors-new-interno.inol3.com/it-it/donna?page=2" "method" => "GET" ] |
| debug |
Executing query: "SELECT COUNT(l0_.id) AS sclr_0 FROM listini l0_"
doctrine
[ "sql" => "SELECT COUNT(l0_.id) AS sclr_0 FROM listini l0_" ] |
| debug |
Checking for authenticator support.
security
[ "firewall_name" => "main" "authenticators" => 3 ] |
| 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 |
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 |
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 |
Executing statement: "SELECT t0.id AS id_1, t0.country AS country_2, t0.country_code AS country_code_3, t0.country_nav_code AS country_nav_code_4, t0.allowed AS allowed_5, t0.is_eu AS is_eu_6, t0.is_klarna_valid AS is_klarna_valid_7, t0.shipping_region_id AS shipping_region_id_8 FROM country t0 WHERE t0.id = ?" (parameters: [ 1 => 114 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.country AS country_2, t0.country_code AS country_code_3, t0.country_nav_code AS country_nav_code_4, t0.allowed AS allowed_5, t0.is_eu AS is_eu_6, t0.is_klarna_valid AS is_klarna_valid_7, t0.shipping_region_id AS shipping_region_id_8 FROM country t0 WHERE t0.id = ?" "params" => [ 1 => 114 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.id = ?" (parameters: [ 1 => 1 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.id = ?" "params" => [ 1 => 1 ] "types" => [ 1 => 1 ] ] |
| 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\UX\Turbo\Request\RequestListener::__invoke".
event
[ "event" => "kernel.request" "listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke" ] |
| 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 "App\EventListener\SQLInjectionSanification::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "App\EventListener\SQLInjectionSanification::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "App\EventListener\MaintenanceListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "App\EventListener\MaintenanceListener::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 "App\EventListener\OldUrlRedirects::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "App\EventListener\OldUrlRedirects::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 "App\EventListener\OldUrlRedirects::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "App\EventListener\OldUrlRedirects::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest" ] |
| 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 "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\EventListener\UrlListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "App\EventListener\UrlListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "App\EventListener\RequestListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "App\EventListener\RequestListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest" ] |
| 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_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 "ContainerJPuqtDZ\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments".
event
[ "event" => "kernel.controller_arguments" "listener" => "ContainerJPuqtDZ\RequestPayloadValueResolverGhost01ca9cc::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 t0.id AS id_1, t0.lang AS lang_2, t0.label AS label_3 FROM langs t0 WHERE t0.lang = ? LIMIT 1" (parameters: [ 1 => "it" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.lang AS lang_2, t0.label AS label_3 FROM langs t0 WHERE t0.lang = ? LIMIT 1" "params" => [ 1 => "it" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c1_.category_name AS category_name_5, c1_.category_url AS category_url_6, c1_.meta_title AS meta_title_7, c1_.meta_description AS meta_description_8, c1_.frontend_description AS frontend_description_9, c1_.meta_h1 AS meta_h1_10, c1_.meta_h2 AS meta_h2_11, c0_.parent_id AS parent_id_12 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c1_.category_url = ? AND c1_.lang_id = ? AND c0_.parent_id IS NULL" (parameters: [ 1 => "donna" 2 => 1 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c1_.category_name AS category_name_5, c1_.category_url AS category_url_6, c1_.meta_title AS meta_title_7, c1_.meta_description AS meta_description_8, c1_.frontend_description AS frontend_description_9, c1_.meta_h1 AS meta_h1_10, c1_.meta_h2 AS meta_h2_11, c0_.parent_id AS parent_id_12 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c1_.category_url = ? AND c1_.lang_id = ? AND c0_.parent_id IS NULL" "params" => [ 1 => "donna" 2 => 1 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" (parameters: [ 1 => "it" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" "params" => [ 1 => "it" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" (parameters: [ 1 => "it" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" "params" => [ 1 => "it" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c0_.parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c0_.is_online = 1 AND c0_.show_in_menu = 1 AND c0_.parent_id = ? AND c1_.lang_id = ? ORDER BY c0_.ordine ASC" (parameters: [ 1 => 1 2 => 1 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c0_.parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c0_.is_online = 1 AND c0_.show_in_menu = 1 AND c0_.parent_id = ? AND c1_.lang_id = ? ORDER BY c0_.ordine ASC" "params" => [ 1 => 1 2 => 1 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c0_.parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c0_.is_online = 1 AND c0_.show_in_menu = 1 AND c0_.parent_id = ? AND c1_.lang_id = ? ORDER BY c0_.ordine ASC" (parameters: [ 1 => 5 2 => 1 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c0_.parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c0_.is_online = 1 AND c0_.show_in_menu = 1 AND c0_.parent_id = ? AND c1_.lang_id = ? ORDER BY c0_.ordine ASC" "params" => [ 1 => 5 2 => 1 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c0_.parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c0_.is_online = 1 AND c0_.show_in_menu = 1 AND c0_.parent_id = ? AND c1_.lang_id = ? ORDER BY c0_.ordine ASC" (parameters: [ 1 => 4 2 => 1 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c0_.parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c0_.is_online = 1 AND c0_.show_in_menu = 1 AND c0_.parent_id = ? AND c1_.lang_id = ? ORDER BY c0_.ordine ASC" "params" => [ 1 => 4 2 => 1 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c0_.parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c0_.is_online = 1 AND c0_.show_in_menu = 1 AND c0_.parent_id = ? AND c1_.lang_id = ? ORDER BY c0_.ordine ASC" (parameters: [ 1 => 457 2 => 1 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c0_.parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c0_.is_online = 1 AND c0_.show_in_menu = 1 AND c0_.parent_id = ? AND c1_.lang_id = ? ORDER BY c0_.ordine ASC" "params" => [ 1 => 457 2 => 1 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.label AS label_4 FROM currencies t0 WHERE t0.id = ?" (parameters: [ 1 => 1 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.name AS name_2, t0.symbol AS symbol_3, t0.label AS label_4 FROM currencies t0 WHERE t0.id = ?" "params" => [ 1 => 1 ] "types" => [ 1 => 1 ] ] |
| info |
Lock acquired, now computing item "availablesizes_9ff2044d64cca8de699408f75b95ef42"
cache
[ "key" => "availablesizes_9ff2044d64cca8de699408f75b95ef42" ] |
| debug |
Executing statement: """ SELECT DISTINCT p.*, pt.name AS translated_product_name, pt.description AS translated_product_description,\n (\n SELECT c.color\n FROM colors AS c\n INNER JOIN products_skews AS ps ON ps.color_id = c.id AND ps.qty > 0\n INNER JOIN skews_photos AS sp ON sp.product_id = ps.product_id AND sp.color_id = c.id\n WHERE ps.product_id = p.id \n AND ps.is_online = 1\n AND sp.phototype_id = 1\n LIMIT 1\n ) AS color,\n (\n SELECT GROUP_CONCAT(DISTINCT CONCAT(c.color, '|', cd.color_start, '|', IFNULL(cd.color_end, '')))\n FROM colors AS c\n INNER JOIN products_skews AS ps ON ps.color_id = c.id AND ps.qty > 0\n INNER JOIN colors_description AS cd ON cd.color = c.color\n INNER JOIN skews_photos AS sp ON sp.product_id = ps.product_id AND sp.color_id = c.id\n WHERE ps.product_id = p.id\n AND ps.is_online = 1\n AND sp.phototype_id = 1\n ) AS available_colors,\n (\n SELECT COUNT(br.id)\n FROM custom_categories_products_br AS br\n WHERE br.product_id = p.id\n ) AS nr_associations,\n (\n SELECT MAX(price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS max_price,\n (\n SELECT MIN(price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS min_price,\n (\n SELECT MAX(discounted_price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND (pr.discounted_price_from IS NULL OR pr.discounted_price_from <= '2025-12-18 15:00:33')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 15:00:33')\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS max_discounted_price,\n (\n SELECT MIN(discounted_price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND (pr.discounted_price_from IS NULL OR pr.discounted_price_from <= '2025-12-18 15:00:33')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 15:00:33')\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS min_discounted_price,\n (\n SELECT GREATEST(MAX(price), COALESCE(MAX(discounted_price),0))\n FROM prices AS pr\n WHERE pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n AND pr.shipping_region_id = 1\n ) AS absolute_max_price,\n (\n SELECT IF(\n pr.discounted_price_from IS NULL OR pr.discounted_price_from <= '2025-12-18 15:00:33'\n AND\n pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 15:00:33',\n \n LEAST(MIN(pr.price), COALESCE(MIN(pr.discounted_price),999999)), \n MIN(pr.price)\n )\n FROM prices AS pr\n WHERE pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n AND pr.shipping_region_id = 1\n ) AS absolute_min_price,\n (\n SELECT REPLACE(pdi.img_path, '400x570', '400x570_HC')\n FROM products_default_image AS pdi \n WHERE pdi.product_id = p.id\n ) AS default_path,\n (\n SELECT sp.photo_path_reduced\n FROM skews_photos sp\n INNER JOIN products_skews AS ps on ps.product_id = sp.product_id AND ps.color_id = sp.color_id\n WHERE sp.product_id = p.id \n AND ps.is_online = 1\n LIMIT 1\n ) as path,\n (\n SELECT SUM(qty) FROM products_skews AS ps WHERE ps.product_id = p.id\n ) AS sum_global_qty,\n (\n SELECT SUM(qty)\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.is_online = 1\n ) AS sum_online_qty,\n (\n SELECT ll.label_value\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n INNER JOIN labels_lang AS ll ON ll.label_id = l.id AND ll.lang_id = 1\n WHERE lpb.product_id = p.id\n AND l.image IS NULL\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:33')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:33')\n ORDER BY lpb.id DESC\n LIMIT 0,1\n ) AS product_label,\n (\n SELECT GROUP_CONCAT(l.image)\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:33')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:33')\n ORDER BY lpb.id DESC\n ) AS product_icon_labels,\n (\n SELECT GROUP_CONCAT(l.label)\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:33')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:33')\n AND l.image is NOT NULL\n ORDER BY lpb.id DESC\n ) AS product_icon_labels_captions,\n (\n SELECT l.exa_color\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND l.image IS NULL\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:33')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:33')\n ORDER BY lpb.id DESC\n LIMIT 0,1\n ) AS product_label_color,\n (\n SELECT l.font_color\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND l.image IS NULL\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:33')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:33')\n ORDER BY lpb.id DESC\n LIMIT 0,1\n ) AS product_label_font_color,\n (\n SELECT GROUP_CONCAT(pe.color_id) \n FROM products_exploded AS pe\n LEFT JOIN product_colors_order AS pco ON pco.product_id = pe.product_id AND pco.color_id = pe.color_id\n WHERE pe.product_id = p.id AND pe.custom_category_id = 1 ORDER BY pco.sequence ASC, pe.ordine ASC\n ) AS exploded_colors , cco.ordine FROM products AS p\n LEFT JOIN products_texts AS pt ON pt.product_id = p.id AND lang_id = 1 LEFT JOIN products_custom_category_order AS cco ON cco.product_id = p.id AND cco.custom_category_id IN (0, 1) WHERE p.is_online = 1 AND p.id IN (\n SELECT product_id\n FROM custom_categories_products_br\n WHERE custom_category_id IN (0, 1,116,354,421,470,171,234,235,471,401,402,428,183,184,188,373,191,414,326,438,374,413,442,458,459,462,464,472,463,460,461)\n ) HAVING min_price > 0\n AND color IS NOT NULL\n AND nr_associations > 0\n AND sum_online_qty > 0\n AND path != '' ORDER BY ordine ASC, absolute_min_price ASC LIMIT 18, 18 """(parameters: [], types: [])
doctrine
[ "sql" => """ SELECT DISTINCT p.*, pt.name AS translated_product_name, pt.description AS translated_product_description,\n (\n SELECT c.color\n FROM colors AS c\n INNER JOIN products_skews AS ps ON ps.color_id = c.id AND ps.qty > 0\n INNER JOIN skews_photos AS sp ON sp.product_id = ps.product_id AND sp.color_id = c.id\n WHERE ps.product_id = p.id \n AND ps.is_online = 1\n AND sp.phototype_id = 1\n LIMIT 1\n ) AS color,\n (\n SELECT GROUP_CONCAT(DISTINCT CONCAT(c.color, '|', cd.color_start, '|', IFNULL(cd.color_end, '')))\n FROM colors AS c\n INNER JOIN products_skews AS ps ON ps.color_id = c.id AND ps.qty > 0\n INNER JOIN colors_description AS cd ON cd.color = c.color\n INNER JOIN skews_photos AS sp ON sp.product_id = ps.product_id AND sp.color_id = c.id\n WHERE ps.product_id = p.id\n AND ps.is_online = 1\n AND sp.phototype_id = 1\n ) AS available_colors,\n (\n SELECT COUNT(br.id)\n FROM custom_categories_products_br AS br\n WHERE br.product_id = p.id\n ) AS nr_associations,\n (\n SELECT MAX(price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS max_price,\n (\n SELECT MIN(price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS min_price,\n (\n SELECT MAX(discounted_price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND (pr.discounted_price_from IS NULL OR pr.discounted_price_from <= '2025-12-18 15:00:33')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 15:00:33')\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS max_discounted_price,\n (\n SELECT MIN(discounted_price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND (pr.discounted_price_from IS NULL OR pr.discounted_price_from <= '2025-12-18 15:00:33')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 15:00:33')\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS min_discounted_price,\n (\n SELECT GREATEST(MAX(price), COALESCE(MAX(discounted_price),0))\n FROM prices AS pr\n WHERE pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n AND pr.shipping_region_id = 1\n ) AS absolute_max_price,\n (\n SELECT IF(\n pr.discounted_price_from IS NULL OR pr.discounted_price_from <= '2025-12-18 15:00:33'\n AND\n pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 15:00:33',\n \n LEAST(MIN(pr.price), COALESCE(MIN(pr.discounted_price),999999)), \n MIN(pr.price)\n )\n FROM prices AS pr\n WHERE pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n AND pr.shipping_region_id = 1\n ) AS absolute_min_price,\n (\n SELECT REPLACE(pdi.img_path, '400x570', '400x570_HC')\n FROM products_default_image AS pdi \n WHERE pdi.product_id = p.id\n ) AS default_path,\n (\n SELECT sp.photo_path_reduced\n FROM skews_photos sp\n INNER JOIN products_skews AS ps on ps.product_id = sp.product_id AND ps.color_id = sp.color_id\n WHERE sp.product_id = p.id \n AND ps.is_online = 1\n LIMIT 1\n ) as path,\n (\n SELECT SUM(qty) FROM products_skews AS ps WHERE ps.product_id = p.id\n ) AS sum_global_qty,\n (\n SELECT SUM(qty)\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.is_online = 1\n ) AS sum_online_qty,\n (\n SELECT ll.label_value\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n INNER JOIN labels_lang AS ll ON ll.label_id = l.id AND ll.lang_id = 1\n WHERE lpb.product_id = p.id\n AND l.image IS NULL\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:33')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:33')\n ORDER BY lpb.id DESC\n LIMIT 0,1\n ) AS product_label,\n (\n SELECT GROUP_CONCAT(l.image)\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:33')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:33')\n ORDER BY lpb.id DESC\n ) AS product_icon_labels,\n (\n SELECT GROUP_CONCAT(l.label)\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:33')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:33')\n AND l.image is NOT NULL\n ORDER BY lpb.id DESC\n ) AS product_icon_labels_captions,\n (\n SELECT l.exa_color\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND l.image IS NULL\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:33')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:33')\n ORDER BY lpb.id DESC\n LIMIT 0,1\n ) AS product_label_color,\n (\n SELECT l.font_color\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND l.image IS NULL\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:33')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:33')\n ORDER BY lpb.id DESC\n LIMIT 0,1\n ) AS product_label_font_color,\n (\n SELECT GROUP_CONCAT(pe.color_id) \n FROM products_exploded AS pe\n LEFT JOIN product_colors_order AS pco ON pco.product_id = pe.product_id AND pco.color_id = pe.color_id\n WHERE pe.product_id = p.id AND pe.custom_category_id = 1 ORDER BY pco.sequence ASC, pe.ordine ASC\n ) AS exploded_colors , cco.ordine FROM products AS p\n LEFT JOIN products_texts AS pt ON pt.product_id = p.id AND lang_id = 1 LEFT JOIN products_custom_category_order AS cco ON cco.product_id = p.id AND cco.custom_category_id IN (0, 1) WHERE p.is_online = 1 AND p.id IN (\n SELECT product_id\n FROM custom_categories_products_br\n WHERE custom_category_id IN (0, 1,116,354,421,470,171,234,235,471,401,402,428,183,184,188,373,191,414,326,438,374,413,442,458,459,462,464,472,463,460,461)\n ) HAVING min_price > 0\n AND color IS NOT NULL\n AND nr_associations > 0\n AND sum_online_qty > 0\n AND path != '' ORDER BY ordine ASC, absolute_min_price ASC LIMIT 18, 18 """ "params" => [] "types" => [] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 13968 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 13968 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 13968 2 => 87 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 13968 2 => 87 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 15674 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 15674 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15674 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15674 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 17921 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 17921 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUL1" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUL1" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17921 2 => 6317 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17921 2 => 6317 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 17914 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 17914 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17914 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17914 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 15676 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 15676 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15676 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15676 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 9496 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 9496 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 9496 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 9496 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 15643 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 15643 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUX" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUX" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15643 2 => 2 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15643 2 => 2 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19119 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19119 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 19119 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 19119 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 19119 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 19119 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 19119 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 19119 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 19119 2 => 911 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 19119 2 => 911 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19155 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19155 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19155 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19155 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22584 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22584 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22584 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22584 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22583 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22583 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DEN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DEN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22583 2 => 478 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22583 2 => 478 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22549 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22549 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22549 2 => 87 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22549 2 => 87 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22548 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22548 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22548 2 => 40 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22548 2 => 40 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22567 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22567 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PINKN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PINKN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 22567 2 => 12237 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 22567 2 => 12237 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 22567 2 => 12237 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 22567 2 => 12237 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 22567 2 => 12237 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 22567 2 => 12237 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 22567 2 => 12237 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 22567 2 => 12237 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22568 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22568 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22568 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22568 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22530 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22530 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22530 2 => 40 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22530 2 => 40 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19443 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19443 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 19443 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 19443 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 19443 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 19443 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 19443 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 19443 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 19443 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 19443 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 21292 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 21292 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21292 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21292 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: """ SELECT ps.size_id, s.size, sc.id AS size_conversion_id, sc.conversion, sc.sequence\n FROM products_skews AS ps\n INNER JOIN products AS p on p.id = ps.product_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND sc.linea_id = p.linea_id\n INNER JOIN skews_photos AS sp ON sp.product_id = ps.product_id AND phototype_id = 1 AND ps.color_id = sp.color_id\n WHERE p.id IN (13968,15674,17921,17914,15676,9496,15643,19119,19155,22584,22583,22549,22548,22567,22568,22530,19443,21292)\n AND ps.qty > 0\n AND ps.is_online = 1\n GROUP BY sc.conversion\n ORDER BY sc.sequence ASC """(parameters: [], types: [])
doctrine
[ "sql" => """ SELECT ps.size_id, s.size, sc.id AS size_conversion_id, sc.conversion, sc.sequence\n FROM products_skews AS ps\n INNER JOIN products AS p on p.id = ps.product_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND sc.linea_id = p.linea_id\n INNER JOIN skews_photos AS sp ON sp.product_id = ps.product_id AND phototype_id = 1 AND ps.color_id = sp.color_id\n WHERE p.id IN (13968,15674,17921,17914,15676,9496,15643,19119,19155,22584,22583,22549,22548,22567,22568,22530,19443,21292)\n AND ps.qty > 0\n AND ps.is_online = 1\n GROUP BY sc.conversion\n ORDER BY sc.sequence ASC """ "params" => [] "types" => [] ] |
| info |
Lock acquired, now computing item "availablecolors_c65b168b456e2012a22ae4347acd6c88"
cache
[ "key" => "availablecolors_c65b168b456e2012a22ae4347acd6c88" ] |
| debug |
Executing statement: """ SELECT DISTINCT p.*, pt.name AS translated_product_name, pt.description AS translated_product_description,\n (\n SELECT c.color\n FROM colors AS c\n INNER JOIN products_skews AS ps ON ps.color_id = c.id AND ps.qty > 0\n INNER JOIN skews_photos AS sp ON sp.product_id = ps.product_id AND sp.color_id = c.id\n WHERE ps.product_id = p.id \n AND ps.is_online = 1\n AND sp.phototype_id = 1\n LIMIT 1\n ) AS color,\n (\n SELECT GROUP_CONCAT(DISTINCT CONCAT(c.color, '|', cd.color_start, '|', IFNULL(cd.color_end, '')))\n FROM colors AS c\n INNER JOIN products_skews AS ps ON ps.color_id = c.id AND ps.qty > 0\n INNER JOIN colors_description AS cd ON cd.color = c.color\n INNER JOIN skews_photos AS sp ON sp.product_id = ps.product_id AND sp.color_id = c.id\n WHERE ps.product_id = p.id\n AND ps.is_online = 1\n AND sp.phototype_id = 1\n ) AS available_colors,\n (\n SELECT COUNT(br.id)\n FROM custom_categories_products_br AS br\n WHERE br.product_id = p.id\n ) AS nr_associations,\n (\n SELECT MAX(price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS max_price,\n (\n SELECT MIN(price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS min_price,\n (\n SELECT MAX(discounted_price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND (pr.discounted_price_from IS NULL OR pr.discounted_price_from <= '2025-12-18 15:00:33')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 15:00:33')\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS max_discounted_price,\n (\n SELECT MIN(discounted_price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND (pr.discounted_price_from IS NULL OR pr.discounted_price_from <= '2025-12-18 15:00:33')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 15:00:33')\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS min_discounted_price,\n (\n SELECT GREATEST(MAX(price), COALESCE(MAX(discounted_price),0))\n FROM prices AS pr\n WHERE pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n AND pr.shipping_region_id = 1\n ) AS absolute_max_price,\n (\n SELECT IF(\n pr.discounted_price_from IS NULL OR pr.discounted_price_from <= '2025-12-18 15:00:33'\n AND\n pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 15:00:33',\n \n LEAST(MIN(pr.price), COALESCE(MIN(pr.discounted_price),999999)), \n MIN(pr.price)\n )\n FROM prices AS pr\n WHERE pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n AND pr.shipping_region_id = 1\n ) AS absolute_min_price,\n (\n SELECT REPLACE(pdi.img_path, '400x570', '400x570_HC')\n FROM products_default_image AS pdi \n WHERE pdi.product_id = p.id\n ) AS default_path,\n (\n SELECT sp.photo_path_reduced\n FROM skews_photos sp\n INNER JOIN products_skews AS ps on ps.product_id = sp.product_id AND ps.color_id = sp.color_id\n WHERE sp.product_id = p.id \n AND ps.is_online = 1\n LIMIT 1\n ) as path,\n (\n SELECT SUM(qty) FROM products_skews AS ps WHERE ps.product_id = p.id\n ) AS sum_global_qty,\n (\n SELECT SUM(qty)\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.is_online = 1\n ) AS sum_online_qty,\n (\n SELECT ll.label_value\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n INNER JOIN labels_lang AS ll ON ll.label_id = l.id AND ll.lang_id = 1\n WHERE lpb.product_id = p.id\n AND l.image IS NULL\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:33')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:33')\n ORDER BY lpb.id DESC\n LIMIT 0,1\n ) AS product_label,\n (\n SELECT GROUP_CONCAT(l.image)\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:33')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:33')\n ORDER BY lpb.id DESC\n ) AS product_icon_labels,\n (\n SELECT GROUP_CONCAT(l.label)\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:33')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:33')\n AND l.image is NOT NULL\n ORDER BY lpb.id DESC\n ) AS product_icon_labels_captions,\n (\n SELECT l.exa_color\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND l.image IS NULL\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:33')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:33')\n ORDER BY lpb.id DESC\n LIMIT 0,1\n ) AS product_label_color,\n (\n SELECT l.font_color\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND l.image IS NULL\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:33')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:33')\n ORDER BY lpb.id DESC\n LIMIT 0,1\n ) AS product_label_font_color,\n (\n SELECT GROUP_CONCAT(pe.color_id) \n FROM products_exploded AS pe\n LEFT JOIN product_colors_order AS pco ON pco.product_id = pe.product_id AND pco.color_id = pe.color_id\n WHERE pe.product_id = p.id AND pe.custom_category_id = 1 ORDER BY pco.sequence ASC, pe.ordine ASC\n ) AS exploded_colors , cco.ordine FROM products AS p\n LEFT JOIN products_texts AS pt ON pt.product_id = p.id AND lang_id = 1 LEFT JOIN products_custom_category_order AS cco ON cco.product_id = p.id AND cco.custom_category_id IN (0, 1) WHERE p.is_online = 1 AND p.id IN (\n SELECT product_id\n FROM custom_categories_products_br\n WHERE custom_category_id IN (0, 1,116,354,421,470,171,234,235,471,401,402,428,183,184,188,373,191,414,326,438,374,413,442,458,459,462,464,472,463,460,461)\n ) HAVING min_price > 0\n AND color IS NOT NULL\n AND nr_associations > 0\n AND sum_online_qty > 0\n AND path != '' ORDER BY ordine ASC, absolute_min_price ASC """(parameters: [], types: [])
doctrine
[ "sql" => """ SELECT DISTINCT p.*, pt.name AS translated_product_name, pt.description AS translated_product_description,\n (\n SELECT c.color\n FROM colors AS c\n INNER JOIN products_skews AS ps ON ps.color_id = c.id AND ps.qty > 0\n INNER JOIN skews_photos AS sp ON sp.product_id = ps.product_id AND sp.color_id = c.id\n WHERE ps.product_id = p.id \n AND ps.is_online = 1\n AND sp.phototype_id = 1\n LIMIT 1\n ) AS color,\n (\n SELECT GROUP_CONCAT(DISTINCT CONCAT(c.color, '|', cd.color_start, '|', IFNULL(cd.color_end, '')))\n FROM colors AS c\n INNER JOIN products_skews AS ps ON ps.color_id = c.id AND ps.qty > 0\n INNER JOIN colors_description AS cd ON cd.color = c.color\n INNER JOIN skews_photos AS sp ON sp.product_id = ps.product_id AND sp.color_id = c.id\n WHERE ps.product_id = p.id\n AND ps.is_online = 1\n AND sp.phototype_id = 1\n ) AS available_colors,\n (\n SELECT COUNT(br.id)\n FROM custom_categories_products_br AS br\n WHERE br.product_id = p.id\n ) AS nr_associations,\n (\n SELECT MAX(price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS max_price,\n (\n SELECT MIN(price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS min_price,\n (\n SELECT MAX(discounted_price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND (pr.discounted_price_from IS NULL OR pr.discounted_price_from <= '2025-12-18 15:00:33')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 15:00:33')\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS max_discounted_price,\n (\n SELECT MIN(discounted_price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND (pr.discounted_price_from IS NULL OR pr.discounted_price_from <= '2025-12-18 15:00:33')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 15:00:33')\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS min_discounted_price,\n (\n SELECT GREATEST(MAX(price), COALESCE(MAX(discounted_price),0))\n FROM prices AS pr\n WHERE pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n AND pr.shipping_region_id = 1\n ) AS absolute_max_price,\n (\n SELECT IF(\n pr.discounted_price_from IS NULL OR pr.discounted_price_from <= '2025-12-18 15:00:33'\n AND\n pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 15:00:33',\n \n LEAST(MIN(pr.price), COALESCE(MIN(pr.discounted_price),999999)), \n MIN(pr.price)\n )\n FROM prices AS pr\n WHERE pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n AND pr.shipping_region_id = 1\n ) AS absolute_min_price,\n (\n SELECT REPLACE(pdi.img_path, '400x570', '400x570_HC')\n FROM products_default_image AS pdi \n WHERE pdi.product_id = p.id\n ) AS default_path,\n (\n SELECT sp.photo_path_reduced\n FROM skews_photos sp\n INNER JOIN products_skews AS ps on ps.product_id = sp.product_id AND ps.color_id = sp.color_id\n WHERE sp.product_id = p.id \n AND ps.is_online = 1\n LIMIT 1\n ) as path,\n (\n SELECT SUM(qty) FROM products_skews AS ps WHERE ps.product_id = p.id\n ) AS sum_global_qty,\n (\n SELECT SUM(qty)\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.is_online = 1\n ) AS sum_online_qty,\n (\n SELECT ll.label_value\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n INNER JOIN labels_lang AS ll ON ll.label_id = l.id AND ll.lang_id = 1\n WHERE lpb.product_id = p.id\n AND l.image IS NULL\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:33')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:33')\n ORDER BY lpb.id DESC\n LIMIT 0,1\n ) AS product_label,\n (\n SELECT GROUP_CONCAT(l.image)\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:33')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:33')\n ORDER BY lpb.id DESC\n ) AS product_icon_labels,\n (\n SELECT GROUP_CONCAT(l.label)\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:33')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:33')\n AND l.image is NOT NULL\n ORDER BY lpb.id DESC\n ) AS product_icon_labels_captions,\n (\n SELECT l.exa_color\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND l.image IS NULL\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:33')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:33')\n ORDER BY lpb.id DESC\n LIMIT 0,1\n ) AS product_label_color,\n (\n SELECT l.font_color\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND l.image IS NULL\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:33')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:33')\n ORDER BY lpb.id DESC\n LIMIT 0,1\n ) AS product_label_font_color,\n (\n SELECT GROUP_CONCAT(pe.color_id) \n FROM products_exploded AS pe\n LEFT JOIN product_colors_order AS pco ON pco.product_id = pe.product_id AND pco.color_id = pe.color_id\n WHERE pe.product_id = p.id AND pe.custom_category_id = 1 ORDER BY pco.sequence ASC, pe.ordine ASC\n ) AS exploded_colors , cco.ordine FROM products AS p\n LEFT JOIN products_texts AS pt ON pt.product_id = p.id AND lang_id = 1 LEFT JOIN products_custom_category_order AS cco ON cco.product_id = p.id AND cco.custom_category_id IN (0, 1) WHERE p.is_online = 1 AND p.id IN (\n SELECT product_id\n FROM custom_categories_products_br\n WHERE custom_category_id IN (0, 1,116,354,421,470,171,234,235,471,401,402,428,183,184,188,373,191,414,326,438,374,413,442,458,459,462,464,472,463,460,461)\n ) HAVING min_price > 0\n AND color IS NOT NULL\n AND nr_associations > 0\n AND sum_online_qty > 0\n AND path != '' ORDER BY ordine ASC, absolute_min_price ASC """ "params" => [] "types" => [] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 17897 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 17897 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17897 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17897 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 12629 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 12629 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 12629 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 12629 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19471 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19471 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19471 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19471 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19469 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19469 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19469 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19469 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19466 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19466 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19466 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19466 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22528 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22528 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22528 2 => 6 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22528 2 => 6 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22527 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22527 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22527 2 => 40 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22527 2 => 40 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19473 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19473 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19473 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19473 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19470 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19470 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19470 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19470 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19436 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19436 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 19436 2 => 35 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 19436 2 => 35 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 19436 2 => 35 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 19436 2 => 35 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 19436 2 => 35 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 19436 2 => 35 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 19436 2 => 35 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 19436 2 => 35 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 12633 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 12633 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 12633 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 12633 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 9459 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 9459 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 9459 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 9459 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19463 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19463 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19463 2 => 47 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19463 2 => 47 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19459 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19459 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GENB" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GENB" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 19459 2 => 12241 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 19459 2 => 12241 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 19459 2 => 12241 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 19459 2 => 12241 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 19459 2 => 12241 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 19459 2 => 12241 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 19459 2 => 12241 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 19459 2 => 12241 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 15644 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 15644 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUX" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUX" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15644 2 => 2 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15644 2 => 2 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 17892 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 17892 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17892 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17892 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24541 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24541 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24541 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24541 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24541 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24541 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24541 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24541 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24541 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24541 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 17896 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 17896 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DEN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DEN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 17896 2 => 478 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 17896 2 => 478 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 17896 2 => 478 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 17896 2 => 478 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 17896 2 => 478 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 17896 2 => 478 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 17896 2 => 478 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 17896 2 => 478 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 13968 2 => 87 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 13968 2 => 87 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15674 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15674 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUL1" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUL1" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17921 2 => 6317 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17921 2 => 6317 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17914 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17914 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15676 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15676 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 9496 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 9496 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUX" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUX" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15643 2 => 2 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15643 2 => 2 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 19119 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 19119 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 19119 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 19119 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 19119 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 19119 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 19119 2 => 911 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 19119 2 => 911 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19155 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19155 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22584 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22584 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DEN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DEN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22583 2 => 478 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22583 2 => 478 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22549 2 => 87 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22549 2 => 87 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22548 2 => 40 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22548 2 => 40 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PINKN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PINKN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 22567 2 => 12237 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 22567 2 => 12237 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 22567 2 => 12237 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 22567 2 => 12237 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 22567 2 => 12237 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 22567 2 => 12237 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 22567 2 => 12237 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 22567 2 => 12237 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22568 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22568 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22530 2 => 40 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22530 2 => 40 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 19443 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 19443 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 19443 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 19443 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 19443 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 19443 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 19443 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 19443 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21292 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21292 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19461 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19461 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19461 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19461 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 17894 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 17894 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUM" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUM" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17894 2 => 3432 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17894 2 => 3432 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22562 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22562 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DEN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DEN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22562 2 => 478 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22562 2 => 478 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22561 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22561 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22561 2 => 40 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22561 2 => 40 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 17900 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 17900 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLUE" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLUE" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17900 2 => 309 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17900 2 => 309 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 15638 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 15638 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NPIN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NPIN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15638 2 => 6316 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15638 2 => 6316 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 9479 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 9479 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 9479 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 9479 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19120 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19120 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 19120 2 => 7 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 19120 2 => 7 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 19120 2 => 7 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 19120 2 => 7 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 19120 2 => 7 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 19120 2 => 7 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 19120 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 19120 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24542 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24542 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BER" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BER" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24542 2 => 77 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24542 2 => 77 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24542 2 => 77 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24542 2 => 77 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24542 2 => 77 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24542 2 => 77 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24542 2 => 77 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24542 2 => 77 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 15615 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 15615 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUD" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUD" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 15615 2 => 8213 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 15615 2 => 8213 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 15615 2 => 8213 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 15615 2 => 8213 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 15615 2 => 8213 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 15615 2 => 8213 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 15615 2 => 8213 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 15615 2 => 8213 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22539 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22539 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22539 2 => 87 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22539 2 => 87 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19426 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19426 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUL1" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUL1" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19426 2 => 6317 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19426 2 => 6317 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19424 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19424 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLUE" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLUE" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19424 2 => 309 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19424 2 => 309 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19503 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19503 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19503 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19503 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 9443 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 9443 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 9443 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 9443 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 17902 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 17902 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17902 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17902 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22577 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22577 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "COW" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "COW" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22577 2 => 4332 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22577 2 => 4332 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22574 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22574 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUD" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUD" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 22574 2 => 8213 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 22574 2 => 8213 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 22574 2 => 8213 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 22574 2 => 8213 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 22574 2 => 8213 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 22574 2 => 8213 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 22574 2 => 8213 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 22574 2 => 8213 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 17874 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 17874 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUD" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUD" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 17874 2 => 8213 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 17874 2 => 8213 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 17874 2 => 8213 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 17874 2 => 8213 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 17874 2 => 8213 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 17874 2 => 8213 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 17874 2 => 8213 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 17874 2 => 8213 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 16752 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 16752 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 16752 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 16752 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 16752 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 16752 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 16752 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 16752 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 16752 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 16752 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22542 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22542 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NMIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NMIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22542 2 => 7253 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22542 2 => 7253 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 9446 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 9446 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 9446 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 9446 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19434 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19434 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "COG" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "COG" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19434 2 => 516 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19434 2 => 516 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 14493 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 14493 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 14493 2 => 6 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 14493 2 => 6 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 17909 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 17909 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17909 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17909 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 14494 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 14494 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 14494 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 14494 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 17910 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 17910 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17910 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17910 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 15667 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 15667 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PIN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PIN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15667 2 => 488 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15667 2 => 488 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19440 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19440 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19440 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19440 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22610 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22610 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 22610 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 22610 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 22610 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 22610 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 22610 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 22610 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 22610 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 22610 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19438 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19438 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19438 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19438 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22545 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22545 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22545 2 => 40 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22545 2 => 40 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 15627 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 15627 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DEN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DEN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15627 2 => 478 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15627 2 => 478 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22546 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22546 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22546 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22546 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 16795 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 16795 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GHE" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GHE" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 16795 2 => 7373 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 16795 2 => 7373 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 16794 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 16794 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "AQUA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "AQUA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 16794 2 => 491 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 16794 2 => 491 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 12634 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 12634 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LTPIN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LTPIN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 12634 2 => 5134 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 12634 2 => 5134 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 9558 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 9558 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 9558 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 9558 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 15624 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 15624 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FLO1" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FLO1" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15624 2 => 6313 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15624 2 => 6313 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 16755 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 16755 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GHE" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GHE" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 16755 2 => 7373 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 16755 2 => 7373 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22609 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22609 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 22609 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 22609 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 22609 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 22609 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 22609 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 22609 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 22609 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 22609 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22526 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22526 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PINKN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PINKN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22526 2 => 12237 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22526 2 => 12237 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22540 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22540 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DEN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DEN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22540 2 => 478 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22540 2 => 478 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22532 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22532 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "COW" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "COW" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22532 2 => 4332 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22532 2 => 4332 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22556 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22556 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 22556 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 22556 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22556 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22556 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19481 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19481 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLUE" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLUE" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19481 2 => 309 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19481 2 => 309 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22578 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22578 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22578 2 => 911 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22578 2 => 911 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19201 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19201 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BEI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BEI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19201 2 => 27 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19201 2 => 27 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 13995 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 13995 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 13995 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 13995 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 17924 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 17924 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "YEL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "YEL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17924 2 => 115 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17924 2 => 115 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 17922 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 17922 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLUE" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLUE" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17922 2 => 309 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17922 2 => 309 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22537 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22537 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 22537 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 22537 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 22537 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 22537 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 22537 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 22537 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 22537 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 22537 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22531 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22531 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22531 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22531 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 15652 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 15652 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15652 2 => 87 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15652 2 => 87 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22588 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22588 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22588 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22588 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22529 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22529 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22529 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22529 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24559 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24559 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BER" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BER" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24559 2 => 77 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24559 2 => 77 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24559 2 => 77 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24559 2 => 77 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24559 2 => 77 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24559 2 => 77 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24559 2 => 77 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24559 2 => 77 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 21254 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 21254 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21254 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21254 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 16776 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 16776 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 16776 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 16776 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 16776 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 16776 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 16776 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 16776 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 16776 2 => 911 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 16776 2 => 911 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 17923 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 17923 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17923 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17923 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 14570 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 14570 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BKBK" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 14570 2 => 225 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 14570 2 => 225 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 14567 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 14567 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BKBK" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 14567 2 => 225 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 14567 2 => 225 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 15626 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 15626 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15626 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15626 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 13992 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 13992 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BKBK" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 13992 2 => 225 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 13992 2 => 225 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22560 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22560 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 22560 2 => 7 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 22560 2 => 7 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 22560 2 => 7 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 22560 2 => 7 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 22560 2 => 7 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 22560 2 => 7 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 22560 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 22560 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 21356 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 21356 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21356 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21356 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 15660 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 15660 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15660 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15660 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19210 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19210 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19210 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19210 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19138 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19138 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19138 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19138 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22614 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22614 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DEN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DEN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22614 2 => 478 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22614 2 => 478 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 21324 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 21324 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NTAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NTAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 21324 2 => 7374 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 21324 2 => 7374 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 21324 2 => 7374 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 21324 2 => 7374 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 21324 2 => 7374 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 21324 2 => 7374 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 21324 2 => 7374 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 21324 2 => 7374 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 14025 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 14025 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LTPIN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LTPIN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 14025 2 => 5134 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 14025 2 => 5134 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22551 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22551 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22551 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22551 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22533 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22533 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DEN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DEN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22533 2 => 478 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22533 2 => 478 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 14522 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 14522 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUX" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUX" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 14522 2 => 2 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 14522 2 => 2 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19476 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19476 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19476 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19476 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22612 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22612 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 22612 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 22612 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 22612 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 22612 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 22612 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 22612 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 22612 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 22612 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22573 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22573 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22573 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22573 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22572 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22572 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DEN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DEN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22572 2 => 478 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22572 2 => 478 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22571 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22571 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22571 2 => 40 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22571 2 => 40 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22611 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22611 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 22611 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 22611 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 22611 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 22611 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 22611 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 22611 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 22611 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 22611 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24571 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24571 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24571 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24571 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24571 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24571 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24571 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24571 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24571 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24571 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 21299 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 21299 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "OAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "OAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 21299 2 => 795 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 21299 2 => 795 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 21299 2 => 795 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 21299 2 => 795 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 21299 2 => 795 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 21299 2 => 795 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 21299 2 => 795 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 21299 2 => 795 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 16781 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 16781 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 16781 2 => 11486 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 16781 2 => 11486 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 16781 2 => 11486 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 16781 2 => 11486 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 16781 2 => 11486 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 16781 2 => 11486 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 16781 2 => 11486 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 16781 2 => 11486 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22554 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22554 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUD" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUD" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 22554 2 => 8213 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 22554 2 => 8213 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 22554 2 => 8213 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 22554 2 => 8213 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 22554 2 => 8213 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 22554 2 => 8213 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 22554 2 => 8213 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 22554 2 => 8213 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19429 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19429 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DEN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DEN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 19429 2 => 478 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 19429 2 => 478 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 19429 2 => 478 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 19429 2 => 478 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 19429 2 => 478 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 19429 2 => 478 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 19429 2 => 478 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 19429 2 => 478 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 9527 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 9527 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 9527 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 9527 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 9525 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 9525 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 9525 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 9525 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 21265 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 21265 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21265 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21265 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22613 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22613 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22613 2 => 6 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22613 2 => 6 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22616 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22616 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22616 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22616 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 14518 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 14518 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 14518 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 14518 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22525 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22525 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NBLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NBLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22525 2 => 5839 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22525 2 => 5839 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 16767 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 16767 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "COG" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "COG" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 16767 2 => 516 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 16767 2 => 516 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 16767 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 16767 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22552 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22552 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22552 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22552 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 21258 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 21258 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 21258 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 21258 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 21258 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 21258 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 21258 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 21258 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 21258 2 => 60 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 21258 2 => 60 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 17925 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 17925 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17925 2 => 40 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17925 2 => 40 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22615 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22615 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22615 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22615 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24564 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24564 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24564 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24564 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24564 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24564 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24564 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24564 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24564 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24564 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 14600 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 14600 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 14600 2 => 11486 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 14600 2 => 11486 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 14600 2 => 11486 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 14600 2 => 11486 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 14600 2 => 11486 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 14600 2 => 11486 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 14600 2 => 11486 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 14600 2 => 11486 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 21259 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 21259 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21259 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21259 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22557 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22557 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUD" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUD" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 22557 2 => 8213 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 22557 2 => 8213 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 22557 2 => 8213 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 22557 2 => 8213 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 22557 2 => 8213 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 22557 2 => 8213 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 22557 2 => 8213 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 22557 2 => 8213 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24619 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24619 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24619 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24619 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24619 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24619 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24619 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24619 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24619 2 => 60 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24619 2 => 60 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24570 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24570 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24570 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24570 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 24570 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 24570 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19137 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19137 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19137 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19137 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 16768 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 16768 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BER" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BER" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 16768 2 => 77 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 16768 2 => 77 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 16768 2 => 77 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 16768 2 => 77 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 16768 2 => 77 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 16768 2 => 77 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 16768 2 => 77 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 16768 2 => 77 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 8347 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 8347 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NEWTAU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NEWTAU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 8347 2 => 3610 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 8347 2 => 3610 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 8347 2 => 3610 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 8347 2 => 3610 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 8347 2 => 3610 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 8347 2 => 3610 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 8347 2 => 3610 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 8347 2 => 3610 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 17890 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 17890 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LEO" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LEO" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17890 2 => 480 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17890 2 => 480 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 17888 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 17888 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17888 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17888 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 17887 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 17887 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17887 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17887 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 21282 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 21282 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21282 2 => 911 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21282 2 => 911 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24576 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24576 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "STO" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "STO" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24576 2 => 70 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24576 2 => 70 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24576 2 => 70 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24576 2 => 70 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24576 2 => 70 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24576 2 => 70 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24576 2 => 70 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24576 2 => 70 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24565 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24565 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LEO" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LEO" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24565 2 => 480 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24565 2 => 480 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24565 2 => 480 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24565 2 => 480 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24565 2 => 480 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24565 2 => 480 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24565 2 => 480 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24565 2 => 480 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 21355 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 21355 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 21355 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 21355 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 21355 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 21355 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 21355 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 21355 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 21355 2 => 911 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 21355 2 => 911 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 21353 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 21353 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 21353 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 21353 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 21353 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 21353 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 21353 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 21353 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 21353 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 21353 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 21352 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 21352 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21352 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21352 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19194 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19194 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FOR" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FOR" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19194 2 => 1 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19194 2 => 1 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 8344 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 8344 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NEWTAU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NEWTAU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 8344 2 => 3610 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 8344 2 => 3610 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 8344 2 => 3610 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 8344 2 => 3610 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 8344 2 => 3610 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 8344 2 => 3610 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 8344 2 => 3610 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 8344 2 => 3610 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19198 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19198 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19198 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19198 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22619 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22619 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22619 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22619 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22618 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22618 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22618 2 => 6 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22618 2 => 6 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24629 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24629 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24629 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24629 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24629 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24629 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24629 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24629 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24629 2 => 60 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24629 2 => 60 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24626 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24626 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24626 2 => 7 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24626 2 => 7 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24626 2 => 7 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24626 2 => 7 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24626 2 => 7 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24626 2 => 7 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24626 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24626 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24601 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24601 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24601 2 => 6 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24601 2 => 6 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24601 2 => 6 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24601 2 => 6 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24601 2 => 6 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24601 2 => 6 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24601 2 => 6 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24601 2 => 6 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24583 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24583 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24583 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24583 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24583 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24583 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24583 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24583 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24583 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24583 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 21361 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 21361 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 21361 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 21361 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 21361 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 21361 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 21361 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 21361 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 21361 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 21361 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 21359 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 21359 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "CUR" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "CUR" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 21359 2 => 13785 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 21359 2 => 13785 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 21359 2 => 13785 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 21359 2 => 13785 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 21359 2 => 13785 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 21359 2 => 13785 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 21359 2 => 13785 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 21359 2 => 13785 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 21350 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 21350 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21350 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21350 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 21343 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 21343 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BKBK" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21343 2 => 225 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21343 2 => 225 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 21341 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 21341 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 21341 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 21341 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 21341 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 21341 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 21341 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 21341 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 21341 2 => 60 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 21341 2 => 60 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19211 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19211 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 19211 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 19211 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 19211 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 19211 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 19211 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 19211 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 19211 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 19211 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 8348 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 8348 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 8348 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 8348 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24625 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24625 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24625 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24625 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24625 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24625 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24625 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24625 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24625 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24625 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24603 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24603 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MOKA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MOKA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24603 2 => 7666 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24603 2 => 7666 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24603 2 => 7666 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24603 2 => 7666 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24603 2 => 7666 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24603 2 => 7666 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24603 2 => 7666 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24603 2 => 7666 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24599 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24599 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "CAM" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "CAM" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24599 2 => 515 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24599 2 => 515 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24599 2 => 515 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24599 2 => 515 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24599 2 => 515 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24599 2 => 515 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24599 2 => 515 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24599 2 => 515 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24582 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24582 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24582 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24582 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24582 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24582 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24582 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24582 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24582 2 => 60 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24582 2 => 60 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24581 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24581 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24581 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24581 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24581 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24581 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24581 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24581 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24581 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24581 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24580 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24580 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24580 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24580 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24580 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24580 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24580 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24580 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24580 2 => 60 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24580 2 => 60 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24575 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24575 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MOKA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MOKA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24575 2 => 7666 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24575 2 => 7666 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24575 2 => 7666 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24575 2 => 7666 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24575 2 => 7666 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24575 2 => 7666 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24575 2 => 7666 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24575 2 => 7666 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24545 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24545 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24545 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24545 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24545 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24545 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24545 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24545 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24545 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24545 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 21362 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 21362 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 21362 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 21362 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 21362 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 21362 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 21362 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 21362 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 21362 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 21362 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 21285 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 21285 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21285 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21285 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19115 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19115 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19115 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19115 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19114 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19114 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19114 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19114 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19118 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19118 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BKBK" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19118 2 => 225 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19118 2 => 225 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24628 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24628 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LEO" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LEO" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24628 2 => 480 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24628 2 => 480 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24628 2 => 480 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24628 2 => 480 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24628 2 => 480 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24628 2 => 480 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24628 2 => 480 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24628 2 => 480 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24605 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24605 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUL2" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUL2" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24605 2 => 6318 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24605 2 => 6318 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24605 2 => 6318 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24605 2 => 6318 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24605 2 => 6318 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24605 2 => 6318 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24605 2 => 6318 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24605 2 => 6318 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24598 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24598 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "COG" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "COG" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24598 2 => 516 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24598 2 => 516 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24598 2 => 516 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24598 2 => 516 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24598 2 => 516 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24598 2 => 516 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24598 2 => 516 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24598 2 => 516 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24574 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24574 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24574 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24574 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24574 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24574 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24574 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24574 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24574 2 => 60 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24574 2 => 60 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24635 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24635 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24635 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24635 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24635 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24635 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24635 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24635 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24635 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24635 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24630 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24630 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24630 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24630 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24630 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24630 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24630 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24630 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24630 2 => 60 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24630 2 => 60 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24620 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24620 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24620 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24620 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24620 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24620 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24620 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24620 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24620 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24620 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24607 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24607 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24607 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24607 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24607 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24607 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24607 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24607 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24607 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24607 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24579 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24579 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24579 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24579 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24579 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24579 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24579 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24579 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24579 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24579 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24562 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24562 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "CUR" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "CUR" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24562 2 => 13785 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24562 2 => 13785 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24562 2 => 13785 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24562 2 => 13785 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24562 2 => 13785 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24562 2 => 13785 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24562 2 => 13785 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24562 2 => 13785 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24546 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24546 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LEO" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LEO" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24546 2 => 480 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24546 2 => 480 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24546 2 => 480 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24546 2 => 480 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24546 2 => 480 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24546 2 => 480 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24546 2 => 480 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24546 2 => 480 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 21358 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 21358 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BER" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BER" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 21358 2 => 77 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 21358 2 => 77 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 21358 2 => 77 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 21358 2 => 77 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 21358 2 => 77 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 21358 2 => 77 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 21358 2 => 77 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 21358 2 => 77 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 22553 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 22553 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 22553 2 => 40 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 22553 2 => 40 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 22553 2 => 40 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 22553 2 => 40 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 22553 2 => 40 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 22553 2 => 40 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 22553 2 => 40 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 22553 2 => 40 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24604 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24604 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "ZEB" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "ZEB" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24604 2 => 2659 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24604 2 => 2659 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24604 2 => 2659 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24604 2 => 2659 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24604 2 => 2659 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24604 2 => 2659 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24604 2 => 2659 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24604 2 => 2659 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24561 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24561 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24561 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24561 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24561 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24561 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24561 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24561 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24561 2 => 60 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24561 2 => 60 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24560 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24560 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "AMAR" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "AMAR" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24560 2 => 6279 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24560 2 => 6279 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24560 2 => 6279 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24560 2 => 6279 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24560 2 => 6279 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24560 2 => 6279 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24560 2 => 6279 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24560 2 => 6279 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24549 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24549 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24549 2 => 7 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24549 2 => 7 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24549 2 => 7 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24549 2 => 7 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24549 2 => 7 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24549 2 => 7 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24549 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24549 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24522 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24522 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BRO" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BRO" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24522 2 => 39 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24522 2 => 39 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24522 2 => 39 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24522 2 => 39 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24522 2 => 39 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24522 2 => 39 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24522 2 => 39 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24522 2 => 39 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 21279 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 21279 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BRO" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BRO" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 21279 2 => 39 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 21279 2 => 39 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 21279 2 => 39 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 21279 2 => 39 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 21279 2 => 39 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 21279 2 => 39 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 21279 2 => 39 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 21279 2 => 39 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19145 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19145 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 19145 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 19145 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 19145 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 19145 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 19145 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 19145 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 19145 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 19145 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 19143 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 19143 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 19143 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 19143 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 19143 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 19143 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 19143 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 19143 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 19143 2 => 60 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 19143 2 => 60 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24547 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24547 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24547 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24547 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24547 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24547 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24547 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24547 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24547 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24547 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 21336 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 21336 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 21336 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 21336 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 21336 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 21336 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 21336 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 21336 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 21336 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 21336 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 21335 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 21335 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21335 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21335 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24525 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24525 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "CAM" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "CAM" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24525 2 => 515 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24525 2 => 515 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24525 2 => 515 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24525 2 => 515 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24525 2 => 515 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24525 2 => 515 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24525 2 => 515 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24525 2 => 515 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24551 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24551 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24551 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24551 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24551 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24551 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24551 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24551 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24551 2 => 911 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24551 2 => 911 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24550 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24550 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24550 2 => 7 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24550 2 => 7 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24550 2 => 7 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24550 2 => 7 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24550 2 => 7 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24550 2 => 7 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24550 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24550 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 21272 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 21272 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 21272 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 21272 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 21272 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 21272 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 21272 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 21272 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 21272 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 21272 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24553 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24553 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24553 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24553 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24553 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24553 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24553 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24553 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24553 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24553 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 21273 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 21273 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BKBK" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 21273 2 => 225 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 21273 2 => 225 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 21273 2 => 225 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 21273 2 => 225 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 21273 2 => 225 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 21273 2 => 225 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 21273 2 => 225 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 21273 2 => 225 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" (parameters: [ 1 => 24543 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.product AS product_2, t0.ean13 AS ean13_3, t0.product_name AS product_name_4, t0.product_url AS product_url_5, t0.commodity_code AS commodity_code_6, t0.brand AS brand_7, t0.collection AS collection_8, t0.category AS category_9, t0.is_online AS is_online_10, t0.in_home AS in_home_11, t0.is_to_show AS is_to_show_12, t0.label AS label_13, t0.linea_id AS linea_id_14 FROM products t0 WHERE t0.id = ?" "params" => [ 1 => 24543 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24543 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24543 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24543 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24543 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24543 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24543 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24543 2 => 60 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24543 2 => 60 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: """ SELECT cg.id, cgl.group_name, cg.exa_color\n FROM colors_groups_br AS cgb\n INNER JOIN colors_groups AS cg ON cg.id = cgb.color_group_id\n INNER JOIN colors_groups_lang AS cgl ON cgl.colors_group_id = cg.id AND cgl.language_id = 1\n \n WHERE cgb.color_id IN (\n SELECT ps.color_id\n FROM products_skews AS ps\n INNER JOIN skews_photos AS sp ON sp.product_id = ps.product_id AND phototype_id = 1 AND ps.color_id = sp.color_id\n WHERE ps.product_id IN (17897,12629,19471,19469,19466,22528,22527,19473,19470,19436,12633,9459,19463,19459,15644,17892,24541,17896,13968,15674,17921,17914,15676,9496,15643,19119,19155,22584,22583,22549,22548,22567,22568,22530,19443,21292,19461,17894,22562,22561,17900,15638,9479,19120,24542,15615,22539,19426,19424,19503,9443,17902,22577,22574,17874,16752,22542,9446,19434,14493,17909,14494,17910,15667,19440,22610,19438,22545,15627,22546,16795,16794,12634,9558,15624,16755,22609,22526,22540,22532,22556,19481,22578,19201,13995,17924,17922,22537,22531,15652,22588,22529,24559,21254,16776,17923,14570,14567,15626,13992,22560,21356,15660,19210,19138,22614,21324,14025,22551,22533,14522,19476,22612,22573,22572,22571,22611,24571,21299,16781,22554,19429,9527,9525,21265,22613,22616,14518,22525,16767,22552,21258,17925,22615,24564,14600,21259,22557,24619,24570,19137,16768,8347,17890,17888,17887,21282,24576,24565,21355,21353,21352,19194,8344,19198,22619,22618,24629,24626,24601,24583,21361,21359,21350,21343,21341,19211,8348,24625,24603,24599,24582,24581,24580,24575,24545,21362,21285,19115,19114,19118,24628,24605,24598,24574,24635,24630,24620,24607,24579,24562,24546,21358,22553,24604,24561,24560,24549,24522,21279,19145,19143,24547,21336,21335,24525,24551,24550,21272,24553,21273,24543)\n AND ps.qty > 0\n AND ps.is_online = 1\n ) GROUP BY cg.id\n ORDER BY cg.group_order ASC """(parameters: [], types: [])
doctrine
[ "sql" => """ SELECT cg.id, cgl.group_name, cg.exa_color\n FROM colors_groups_br AS cgb\n INNER JOIN colors_groups AS cg ON cg.id = cgb.color_group_id\n INNER JOIN colors_groups_lang AS cgl ON cgl.colors_group_id = cg.id AND cgl.language_id = 1\n \n WHERE cgb.color_id IN (\n SELECT ps.color_id\n FROM products_skews AS ps\n INNER JOIN skews_photos AS sp ON sp.product_id = ps.product_id AND phototype_id = 1 AND ps.color_id = sp.color_id\n WHERE ps.product_id IN (17897,12629,19471,19469,19466,22528,22527,19473,19470,19436,12633,9459,19463,19459,15644,17892,24541,17896,13968,15674,17921,17914,15676,9496,15643,19119,19155,22584,22583,22549,22548,22567,22568,22530,19443,21292,19461,17894,22562,22561,17900,15638,9479,19120,24542,15615,22539,19426,19424,19503,9443,17902,22577,22574,17874,16752,22542,9446,19434,14493,17909,14494,17910,15667,19440,22610,19438,22545,15627,22546,16795,16794,12634,9558,15624,16755,22609,22526,22540,22532,22556,19481,22578,19201,13995,17924,17922,22537,22531,15652,22588,22529,24559,21254,16776,17923,14570,14567,15626,13992,22560,21356,15660,19210,19138,22614,21324,14025,22551,22533,14522,19476,22612,22573,22572,22571,22611,24571,21299,16781,22554,19429,9527,9525,21265,22613,22616,14518,22525,16767,22552,21258,17925,22615,24564,14600,21259,22557,24619,24570,19137,16768,8347,17890,17888,17887,21282,24576,24565,21355,21353,21352,19194,8344,19198,22619,22618,24629,24626,24601,24583,21361,21359,21350,21343,21341,19211,8348,24625,24603,24599,24582,24581,24580,24575,24545,21362,21285,19115,19114,19118,24628,24605,24598,24574,24635,24630,24620,24607,24579,24562,24546,21358,22553,24604,24561,24560,24549,24522,21279,19145,19143,24547,21336,21335,24525,24551,24550,21272,24553,21273,24543)\n AND ps.qty > 0\n AND ps.is_online = 1\n ) GROUP BY cg.id\n ORDER BY cg.group_order ASC """ "params" => [] "types" => [] ] |
| info |
Lock acquired, now computing item "availableprices_c65b168b456e2012a22ae4347acd6c88"
cache
[ "key" => "availableprices_c65b168b456e2012a22ae4347acd6c88" ] |
| debug |
Executing statement: """ SELECT DISTINCT p.*, pt.name AS translated_product_name, pt.description AS translated_product_description,\n (\n SELECT c.color\n FROM colors AS c\n INNER JOIN products_skews AS ps ON ps.color_id = c.id AND ps.qty > 0\n INNER JOIN skews_photos AS sp ON sp.product_id = ps.product_id AND sp.color_id = c.id\n WHERE ps.product_id = p.id \n AND ps.is_online = 1\n AND sp.phototype_id = 1\n LIMIT 1\n ) AS color,\n (\n SELECT GROUP_CONCAT(DISTINCT CONCAT(c.color, '|', cd.color_start, '|', IFNULL(cd.color_end, '')))\n FROM colors AS c\n INNER JOIN products_skews AS ps ON ps.color_id = c.id AND ps.qty > 0\n INNER JOIN colors_description AS cd ON cd.color = c.color\n INNER JOIN skews_photos AS sp ON sp.product_id = ps.product_id AND sp.color_id = c.id\n WHERE ps.product_id = p.id\n AND ps.is_online = 1\n AND sp.phototype_id = 1\n ) AS available_colors,\n (\n SELECT COUNT(br.id)\n FROM custom_categories_products_br AS br\n WHERE br.product_id = p.id\n ) AS nr_associations,\n (\n SELECT MAX(price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS max_price,\n (\n SELECT MIN(price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS min_price,\n (\n SELECT MAX(discounted_price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND (pr.discounted_price_from IS NULL OR pr.discounted_price_from <= '2025-12-18 15:00:34')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 15:00:34')\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS max_discounted_price,\n (\n SELECT MIN(discounted_price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND (pr.discounted_price_from IS NULL OR pr.discounted_price_from <= '2025-12-18 15:00:34')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 15:00:34')\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS min_discounted_price,\n (\n SELECT GREATEST(MAX(price), COALESCE(MAX(discounted_price),0))\n FROM prices AS pr\n WHERE pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n AND pr.shipping_region_id = 1\n ) AS absolute_max_price,\n (\n SELECT IF(\n pr.discounted_price_from IS NULL OR pr.discounted_price_from <= '2025-12-18 15:00:34'\n AND\n pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 15:00:34',\n \n LEAST(MIN(pr.price), COALESCE(MIN(pr.discounted_price),999999)), \n MIN(pr.price)\n )\n FROM prices AS pr\n WHERE pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n AND pr.shipping_region_id = 1\n ) AS absolute_min_price,\n (\n SELECT REPLACE(pdi.img_path, '400x570', '400x570_HC')\n FROM products_default_image AS pdi \n WHERE pdi.product_id = p.id\n ) AS default_path,\n (\n SELECT sp.photo_path_reduced\n FROM skews_photos sp\n INNER JOIN products_skews AS ps on ps.product_id = sp.product_id AND ps.color_id = sp.color_id\n WHERE sp.product_id = p.id \n AND ps.is_online = 1\n LIMIT 1\n ) as path,\n (\n SELECT SUM(qty) FROM products_skews AS ps WHERE ps.product_id = p.id\n ) AS sum_global_qty,\n (\n SELECT SUM(qty)\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.is_online = 1\n ) AS sum_online_qty,\n (\n SELECT ll.label_value\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n INNER JOIN labels_lang AS ll ON ll.label_id = l.id AND ll.lang_id = 1\n WHERE lpb.product_id = p.id\n AND l.image IS NULL\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:34')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:34')\n ORDER BY lpb.id DESC\n LIMIT 0,1\n ) AS product_label,\n (\n SELECT GROUP_CONCAT(l.image)\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:34')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:34')\n ORDER BY lpb.id DESC\n ) AS product_icon_labels,\n (\n SELECT GROUP_CONCAT(l.label)\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:34')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:34')\n AND l.image is NOT NULL\n ORDER BY lpb.id DESC\n ) AS product_icon_labels_captions,\n (\n SELECT l.exa_color\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND l.image IS NULL\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:34')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:34')\n ORDER BY lpb.id DESC\n LIMIT 0,1\n ) AS product_label_color,\n (\n SELECT l.font_color\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND l.image IS NULL\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:34')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:34')\n ORDER BY lpb.id DESC\n LIMIT 0,1\n ) AS product_label_font_color,\n (\n SELECT GROUP_CONCAT(pe.color_id) \n FROM products_exploded AS pe\n LEFT JOIN product_colors_order AS pco ON pco.product_id = pe.product_id AND pco.color_id = pe.color_id\n WHERE pe.product_id = p.id AND pe.custom_category_id = 1 ORDER BY pco.sequence ASC, pe.ordine ASC\n ) AS exploded_colors , cco.ordine FROM products AS p\n LEFT JOIN products_texts AS pt ON pt.product_id = p.id AND lang_id = 1 LEFT JOIN products_custom_category_order AS cco ON cco.product_id = p.id AND cco.custom_category_id IN (0, 1) WHERE p.is_online = 1 AND p.id IN (\n SELECT product_id\n FROM custom_categories_products_br\n WHERE custom_category_id IN (0, 1,116,354,421,470,171,234,235,471,401,402,428,183,184,188,373,191,414,326,438,374,413,442,458,459,462,464,472,463,460,461)\n ) HAVING min_price > 0\n AND color IS NOT NULL\n AND nr_associations > 0\n AND sum_online_qty > 0\n AND path != '' ORDER BY ordine ASC, absolute_min_price ASC """(parameters: [], types: [])
doctrine
[ "sql" => """ SELECT DISTINCT p.*, pt.name AS translated_product_name, pt.description AS translated_product_description,\n (\n SELECT c.color\n FROM colors AS c\n INNER JOIN products_skews AS ps ON ps.color_id = c.id AND ps.qty > 0\n INNER JOIN skews_photos AS sp ON sp.product_id = ps.product_id AND sp.color_id = c.id\n WHERE ps.product_id = p.id \n AND ps.is_online = 1\n AND sp.phototype_id = 1\n LIMIT 1\n ) AS color,\n (\n SELECT GROUP_CONCAT(DISTINCT CONCAT(c.color, '|', cd.color_start, '|', IFNULL(cd.color_end, '')))\n FROM colors AS c\n INNER JOIN products_skews AS ps ON ps.color_id = c.id AND ps.qty > 0\n INNER JOIN colors_description AS cd ON cd.color = c.color\n INNER JOIN skews_photos AS sp ON sp.product_id = ps.product_id AND sp.color_id = c.id\n WHERE ps.product_id = p.id\n AND ps.is_online = 1\n AND sp.phototype_id = 1\n ) AS available_colors,\n (\n SELECT COUNT(br.id)\n FROM custom_categories_products_br AS br\n WHERE br.product_id = p.id\n ) AS nr_associations,\n (\n SELECT MAX(price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS max_price,\n (\n SELECT MIN(price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS min_price,\n (\n SELECT MAX(discounted_price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND (pr.discounted_price_from IS NULL OR pr.discounted_price_from <= '2025-12-18 15:00:34')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 15:00:34')\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS max_discounted_price,\n (\n SELECT MIN(discounted_price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND (pr.discounted_price_from IS NULL OR pr.discounted_price_from <= '2025-12-18 15:00:34')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 15:00:34')\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS min_discounted_price,\n (\n SELECT GREATEST(MAX(price), COALESCE(MAX(discounted_price),0))\n FROM prices AS pr\n WHERE pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n AND pr.shipping_region_id = 1\n ) AS absolute_max_price,\n (\n SELECT IF(\n pr.discounted_price_from IS NULL OR pr.discounted_price_from <= '2025-12-18 15:00:34'\n AND\n pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 15:00:34',\n \n LEAST(MIN(pr.price), COALESCE(MIN(pr.discounted_price),999999)), \n MIN(pr.price)\n )\n FROM prices AS pr\n WHERE pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n AND pr.shipping_region_id = 1\n ) AS absolute_min_price,\n (\n SELECT REPLACE(pdi.img_path, '400x570', '400x570_HC')\n FROM products_default_image AS pdi \n WHERE pdi.product_id = p.id\n ) AS default_path,\n (\n SELECT sp.photo_path_reduced\n FROM skews_photos sp\n INNER JOIN products_skews AS ps on ps.product_id = sp.product_id AND ps.color_id = sp.color_id\n WHERE sp.product_id = p.id \n AND ps.is_online = 1\n LIMIT 1\n ) as path,\n (\n SELECT SUM(qty) FROM products_skews AS ps WHERE ps.product_id = p.id\n ) AS sum_global_qty,\n (\n SELECT SUM(qty)\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.is_online = 1\n ) AS sum_online_qty,\n (\n SELECT ll.label_value\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n INNER JOIN labels_lang AS ll ON ll.label_id = l.id AND ll.lang_id = 1\n WHERE lpb.product_id = p.id\n AND l.image IS NULL\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:34')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:34')\n ORDER BY lpb.id DESC\n LIMIT 0,1\n ) AS product_label,\n (\n SELECT GROUP_CONCAT(l.image)\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:34')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:34')\n ORDER BY lpb.id DESC\n ) AS product_icon_labels,\n (\n SELECT GROUP_CONCAT(l.label)\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:34')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:34')\n AND l.image is NOT NULL\n ORDER BY lpb.id DESC\n ) AS product_icon_labels_captions,\n (\n SELECT l.exa_color\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND l.image IS NULL\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:34')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:34')\n ORDER BY lpb.id DESC\n LIMIT 0,1\n ) AS product_label_color,\n (\n SELECT l.font_color\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND l.image IS NULL\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:34')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:34')\n ORDER BY lpb.id DESC\n LIMIT 0,1\n ) AS product_label_font_color,\n (\n SELECT GROUP_CONCAT(pe.color_id) \n FROM products_exploded AS pe\n LEFT JOIN product_colors_order AS pco ON pco.product_id = pe.product_id AND pco.color_id = pe.color_id\n WHERE pe.product_id = p.id AND pe.custom_category_id = 1 ORDER BY pco.sequence ASC, pe.ordine ASC\n ) AS exploded_colors , cco.ordine FROM products AS p\n LEFT JOIN products_texts AS pt ON pt.product_id = p.id AND lang_id = 1 LEFT JOIN products_custom_category_order AS cco ON cco.product_id = p.id AND cco.custom_category_id IN (0, 1) WHERE p.is_online = 1 AND p.id IN (\n SELECT product_id\n FROM custom_categories_products_br\n WHERE custom_category_id IN (0, 1,116,354,421,470,171,234,235,471,401,402,428,183,184,188,373,191,414,326,438,374,413,442,458,459,462,464,472,463,460,461)\n ) HAVING min_price > 0\n AND color IS NOT NULL\n AND nr_associations > 0\n AND sum_online_qty > 0\n AND path != '' ORDER BY ordine ASC, absolute_min_price ASC """ "params" => [] "types" => [] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17897 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17897 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 12629 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 12629 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19471 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19471 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19469 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19469 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19466 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19466 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22528 2 => 6 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22528 2 => 6 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22527 2 => 40 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22527 2 => 40 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19473 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19473 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19470 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19470 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 19436 2 => 35 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 19436 2 => 35 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 19436 2 => 35 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 19436 2 => 35 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 19436 2 => 35 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 19436 2 => 35 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 19436 2 => 35 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 19436 2 => 35 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 12633 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 12633 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 9459 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 9459 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19463 2 => 47 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19463 2 => 47 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GENB" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GENB" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 19459 2 => 12241 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 19459 2 => 12241 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 19459 2 => 12241 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 19459 2 => 12241 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 19459 2 => 12241 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 19459 2 => 12241 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 19459 2 => 12241 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 19459 2 => 12241 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUX" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUX" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15644 2 => 2 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15644 2 => 2 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17892 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17892 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24541 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24541 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24541 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24541 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24541 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24541 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24541 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24541 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DEN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DEN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 17896 2 => 478 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 17896 2 => 478 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 17896 2 => 478 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 17896 2 => 478 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 17896 2 => 478 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 17896 2 => 478 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 17896 2 => 478 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 17896 2 => 478 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 13968 2 => 87 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 13968 2 => 87 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15674 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15674 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUL1" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUL1" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17921 2 => 6317 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17921 2 => 6317 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17914 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17914 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15676 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15676 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 9496 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 9496 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUX" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUX" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15643 2 => 2 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15643 2 => 2 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 19119 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 19119 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 19119 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 19119 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 19119 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 19119 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 19119 2 => 911 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 19119 2 => 911 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19155 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19155 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22584 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22584 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DEN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DEN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22583 2 => 478 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22583 2 => 478 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22549 2 => 87 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22549 2 => 87 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22548 2 => 40 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22548 2 => 40 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PINKN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PINKN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 22567 2 => 12237 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 22567 2 => 12237 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 22567 2 => 12237 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 22567 2 => 12237 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 22567 2 => 12237 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 22567 2 => 12237 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 22567 2 => 12237 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 22567 2 => 12237 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22568 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22568 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22530 2 => 40 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22530 2 => 40 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 19443 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 19443 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 19443 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 19443 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 19443 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 19443 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 19443 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 19443 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21292 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21292 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19461 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19461 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUM" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUM" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17894 2 => 3432 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17894 2 => 3432 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DEN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DEN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22562 2 => 478 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22562 2 => 478 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22561 2 => 40 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22561 2 => 40 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLUE" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLUE" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17900 2 => 309 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17900 2 => 309 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NPIN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NPIN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15638 2 => 6316 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15638 2 => 6316 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 9479 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 9479 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 19120 2 => 7 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 19120 2 => 7 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 19120 2 => 7 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 19120 2 => 7 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 19120 2 => 7 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 19120 2 => 7 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 19120 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 19120 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BER" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BER" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24542 2 => 77 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24542 2 => 77 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24542 2 => 77 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24542 2 => 77 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24542 2 => 77 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24542 2 => 77 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24542 2 => 77 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24542 2 => 77 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUD" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUD" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 15615 2 => 8213 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 15615 2 => 8213 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 15615 2 => 8213 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 15615 2 => 8213 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 15615 2 => 8213 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 15615 2 => 8213 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 15615 2 => 8213 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 15615 2 => 8213 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22539 2 => 87 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22539 2 => 87 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUL1" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUL1" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19426 2 => 6317 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19426 2 => 6317 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLUE" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLUE" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19424 2 => 309 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19424 2 => 309 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19503 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19503 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 9443 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 9443 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17902 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17902 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "COW" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "COW" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22577 2 => 4332 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22577 2 => 4332 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUD" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUD" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 22574 2 => 8213 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 22574 2 => 8213 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 22574 2 => 8213 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 22574 2 => 8213 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 22574 2 => 8213 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 22574 2 => 8213 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 22574 2 => 8213 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 22574 2 => 8213 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUD" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUD" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 17874 2 => 8213 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 17874 2 => 8213 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 17874 2 => 8213 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 17874 2 => 8213 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 17874 2 => 8213 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 17874 2 => 8213 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 17874 2 => 8213 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 17874 2 => 8213 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 16752 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 16752 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 16752 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 16752 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 16752 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 16752 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 16752 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 16752 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NMIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NMIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22542 2 => 7253 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22542 2 => 7253 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 9446 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 9446 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "COG" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "COG" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19434 2 => 516 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19434 2 => 516 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 14493 2 => 6 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 14493 2 => 6 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17909 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17909 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 14494 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 14494 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17910 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17910 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PIN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PIN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15667 2 => 488 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15667 2 => 488 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19440 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19440 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 22610 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 22610 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 22610 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 22610 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 22610 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 22610 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 22610 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 22610 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19438 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19438 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22545 2 => 40 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22545 2 => 40 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DEN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DEN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15627 2 => 478 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15627 2 => 478 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22546 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22546 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GHE" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GHE" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 16795 2 => 7373 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 16795 2 => 7373 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "AQUA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "AQUA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 16794 2 => 491 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 16794 2 => 491 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LTPIN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LTPIN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 12634 2 => 5134 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 12634 2 => 5134 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 9558 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 9558 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FLO1" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FLO1" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15624 2 => 6313 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15624 2 => 6313 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GHE" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GHE" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 16755 2 => 7373 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 16755 2 => 7373 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 22609 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 22609 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 22609 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 22609 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 22609 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 22609 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 22609 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 22609 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PINKN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PINKN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22526 2 => 12237 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22526 2 => 12237 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DEN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DEN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22540 2 => 478 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22540 2 => 478 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "COW" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "COW" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22532 2 => 4332 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22532 2 => 4332 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 22556 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 22556 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22556 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22556 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLUE" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLUE" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19481 2 => 309 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19481 2 => 309 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22578 2 => 911 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22578 2 => 911 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BEI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BEI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19201 2 => 27 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19201 2 => 27 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 13995 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 13995 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "YEL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "YEL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17924 2 => 115 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17924 2 => 115 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLUE" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLUE" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17922 2 => 309 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17922 2 => 309 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 22537 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 22537 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 22537 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 22537 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 22537 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 22537 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 22537 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 22537 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22531 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22531 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15652 2 => 87 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15652 2 => 87 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22588 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22588 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22529 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22529 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BER" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BER" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24559 2 => 77 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24559 2 => 77 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24559 2 => 77 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24559 2 => 77 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24559 2 => 77 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24559 2 => 77 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24559 2 => 77 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24559 2 => 77 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21254 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21254 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 16776 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 16776 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 16776 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 16776 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 16776 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 16776 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 16776 2 => 911 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 16776 2 => 911 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17923 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17923 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BKBK" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 14570 2 => 225 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 14570 2 => 225 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BKBK" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 14567 2 => 225 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 14567 2 => 225 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15626 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15626 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BKBK" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 13992 2 => 225 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 13992 2 => 225 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 22560 2 => 7 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 22560 2 => 7 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 22560 2 => 7 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 22560 2 => 7 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 22560 2 => 7 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 22560 2 => 7 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 22560 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 22560 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21356 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21356 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15660 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15660 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19210 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19210 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19138 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19138 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DEN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DEN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22614 2 => 478 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22614 2 => 478 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NTAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NTAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 21324 2 => 7374 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 21324 2 => 7374 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 21324 2 => 7374 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 21324 2 => 7374 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 21324 2 => 7374 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 21324 2 => 7374 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 21324 2 => 7374 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 21324 2 => 7374 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LTPIN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LTPIN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 14025 2 => 5134 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 14025 2 => 5134 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22551 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22551 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DEN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DEN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22533 2 => 478 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22533 2 => 478 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUX" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUX" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 14522 2 => 2 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 14522 2 => 2 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19476 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19476 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 22612 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 22612 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 22612 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 22612 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 22612 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 22612 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 22612 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 22612 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22573 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22573 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DEN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DEN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22572 2 => 478 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22572 2 => 478 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22571 2 => 40 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22571 2 => 40 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 22611 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 22611 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 22611 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 22611 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 22611 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 22611 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 22611 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 22611 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24571 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24571 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24571 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24571 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24571 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24571 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24571 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24571 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "OAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "OAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 21299 2 => 795 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 21299 2 => 795 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 21299 2 => 795 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 21299 2 => 795 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 21299 2 => 795 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 21299 2 => 795 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 21299 2 => 795 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 21299 2 => 795 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 16781 2 => 11486 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 16781 2 => 11486 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 16781 2 => 11486 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 16781 2 => 11486 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 16781 2 => 11486 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 16781 2 => 11486 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 16781 2 => 11486 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 16781 2 => 11486 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUD" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUD" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 22554 2 => 8213 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 22554 2 => 8213 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 22554 2 => 8213 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 22554 2 => 8213 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 22554 2 => 8213 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 22554 2 => 8213 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 22554 2 => 8213 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 22554 2 => 8213 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DEN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DEN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 19429 2 => 478 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 19429 2 => 478 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 19429 2 => 478 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 19429 2 => 478 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 19429 2 => 478 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 19429 2 => 478 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 19429 2 => 478 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 19429 2 => 478 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 9527 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 9527 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 9525 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 9525 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21265 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21265 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22613 2 => 6 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22613 2 => 6 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22616 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22616 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 14518 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 14518 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NBLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NBLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22525 2 => 5839 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22525 2 => 5839 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "COG" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "COG" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 16767 2 => 516 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 16767 2 => 516 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 16767 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 16767 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22552 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22552 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 21258 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 21258 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 21258 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 21258 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 21258 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 21258 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 21258 2 => 60 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 21258 2 => 60 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17925 2 => 40 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17925 2 => 40 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22615 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22615 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24564 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24564 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24564 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24564 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24564 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24564 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24564 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24564 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 14600 2 => 11486 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 14600 2 => 11486 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 14600 2 => 11486 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 14600 2 => 11486 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 14600 2 => 11486 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 14600 2 => 11486 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 14600 2 => 11486 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 14600 2 => 11486 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21259 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21259 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUD" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUD" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 22557 2 => 8213 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 22557 2 => 8213 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 22557 2 => 8213 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 22557 2 => 8213 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 22557 2 => 8213 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 22557 2 => 8213 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 22557 2 => 8213 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 22557 2 => 8213 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24619 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24619 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24619 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24619 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24619 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24619 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24619 2 => 60 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24619 2 => 60 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24570 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24570 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 24570 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 24570 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19137 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19137 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BER" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BER" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 16768 2 => 77 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 16768 2 => 77 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 16768 2 => 77 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 16768 2 => 77 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 16768 2 => 77 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 16768 2 => 77 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 16768 2 => 77 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 16768 2 => 77 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NEWTAU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NEWTAU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 8347 2 => 3610 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 8347 2 => 3610 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 8347 2 => 3610 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 8347 2 => 3610 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 8347 2 => 3610 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 8347 2 => 3610 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 8347 2 => 3610 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 8347 2 => 3610 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LEO" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LEO" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17890 2 => 480 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17890 2 => 480 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17888 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17888 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17887 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17887 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21282 2 => 911 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21282 2 => 911 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "STO" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "STO" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24576 2 => 70 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24576 2 => 70 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24576 2 => 70 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24576 2 => 70 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24576 2 => 70 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24576 2 => 70 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24576 2 => 70 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24576 2 => 70 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LEO" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LEO" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24565 2 => 480 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24565 2 => 480 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24565 2 => 480 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24565 2 => 480 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24565 2 => 480 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24565 2 => 480 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24565 2 => 480 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24565 2 => 480 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 21355 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 21355 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 21355 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 21355 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 21355 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 21355 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 21355 2 => 911 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 21355 2 => 911 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 21353 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 21353 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 21353 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 21353 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 21353 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 21353 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 21353 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 21353 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21352 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21352 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FOR" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FOR" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19194 2 => 1 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19194 2 => 1 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NEWTAU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NEWTAU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 8344 2 => 3610 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 8344 2 => 3610 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 8344 2 => 3610 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 8344 2 => 3610 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 8344 2 => 3610 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 8344 2 => 3610 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 8344 2 => 3610 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 8344 2 => 3610 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19198 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19198 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22619 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22619 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22618 2 => 6 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22618 2 => 6 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24629 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24629 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24629 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24629 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24629 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24629 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24629 2 => 60 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24629 2 => 60 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24626 2 => 7 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24626 2 => 7 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24626 2 => 7 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24626 2 => 7 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24626 2 => 7 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24626 2 => 7 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24626 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24626 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24601 2 => 6 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24601 2 => 6 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24601 2 => 6 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24601 2 => 6 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24601 2 => 6 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24601 2 => 6 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24601 2 => 6 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24601 2 => 6 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24583 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24583 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24583 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24583 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24583 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24583 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24583 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24583 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 21361 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 21361 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 21361 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 21361 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 21361 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 21361 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 21361 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 21361 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "CUR" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "CUR" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 21359 2 => 13785 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 21359 2 => 13785 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 21359 2 => 13785 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 21359 2 => 13785 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 21359 2 => 13785 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 21359 2 => 13785 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 21359 2 => 13785 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 21359 2 => 13785 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21350 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21350 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BKBK" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21343 2 => 225 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21343 2 => 225 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 21341 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 21341 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 21341 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 21341 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 21341 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 21341 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 21341 2 => 60 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 21341 2 => 60 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 19211 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 19211 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 19211 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 19211 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 19211 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 19211 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 19211 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 19211 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 8348 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 8348 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24625 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24625 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24625 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24625 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24625 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24625 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24625 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24625 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MOKA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MOKA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24603 2 => 7666 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24603 2 => 7666 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24603 2 => 7666 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24603 2 => 7666 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24603 2 => 7666 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24603 2 => 7666 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24603 2 => 7666 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24603 2 => 7666 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "CAM" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "CAM" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24599 2 => 515 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24599 2 => 515 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24599 2 => 515 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24599 2 => 515 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24599 2 => 515 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24599 2 => 515 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24599 2 => 515 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24599 2 => 515 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24582 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24582 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24582 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24582 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24582 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24582 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24582 2 => 60 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24582 2 => 60 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24581 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24581 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24581 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24581 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24581 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24581 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24581 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24581 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24580 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24580 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24580 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24580 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24580 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24580 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24580 2 => 60 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24580 2 => 60 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MOKA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MOKA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24575 2 => 7666 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24575 2 => 7666 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24575 2 => 7666 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24575 2 => 7666 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24575 2 => 7666 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24575 2 => 7666 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24575 2 => 7666 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24575 2 => 7666 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24545 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24545 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24545 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24545 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24545 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24545 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24545 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24545 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 21362 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 21362 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 21362 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 21362 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 21362 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 21362 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 21362 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 21362 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21285 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21285 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19115 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19115 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19114 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19114 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BKBK" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19118 2 => 225 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19118 2 => 225 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LEO" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LEO" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24628 2 => 480 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24628 2 => 480 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24628 2 => 480 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24628 2 => 480 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24628 2 => 480 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24628 2 => 480 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24628 2 => 480 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24628 2 => 480 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUL2" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUL2" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24605 2 => 6318 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24605 2 => 6318 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24605 2 => 6318 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24605 2 => 6318 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24605 2 => 6318 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24605 2 => 6318 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24605 2 => 6318 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24605 2 => 6318 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "COG" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "COG" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24598 2 => 516 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24598 2 => 516 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24598 2 => 516 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24598 2 => 516 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24598 2 => 516 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24598 2 => 516 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24598 2 => 516 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24598 2 => 516 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24574 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24574 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24574 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24574 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24574 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24574 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24574 2 => 60 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24574 2 => 60 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24635 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24635 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24635 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24635 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24635 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24635 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24635 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24635 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24630 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24630 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24630 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24630 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24630 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24630 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24630 2 => 60 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24630 2 => 60 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24620 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24620 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24620 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24620 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24620 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24620 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24620 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24620 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24607 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24607 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24607 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24607 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24607 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24607 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24607 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24607 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24579 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24579 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24579 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24579 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24579 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24579 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24579 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24579 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "CUR" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "CUR" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24562 2 => 13785 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24562 2 => 13785 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24562 2 => 13785 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24562 2 => 13785 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24562 2 => 13785 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24562 2 => 13785 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24562 2 => 13785 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24562 2 => 13785 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LEO" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LEO" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24546 2 => 480 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24546 2 => 480 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24546 2 => 480 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24546 2 => 480 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24546 2 => 480 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24546 2 => 480 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24546 2 => 480 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24546 2 => 480 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BER" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BER" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 21358 2 => 77 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 21358 2 => 77 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 21358 2 => 77 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 21358 2 => 77 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 21358 2 => 77 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 21358 2 => 77 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 21358 2 => 77 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 21358 2 => 77 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 22553 2 => 40 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 22553 2 => 40 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 22553 2 => 40 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 22553 2 => 40 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 22553 2 => 40 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 22553 2 => 40 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 22553 2 => 40 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 22553 2 => 40 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "ZEB" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "ZEB" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24604 2 => 2659 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24604 2 => 2659 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24604 2 => 2659 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24604 2 => 2659 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24604 2 => 2659 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24604 2 => 2659 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24604 2 => 2659 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24604 2 => 2659 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24561 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24561 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24561 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24561 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24561 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24561 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24561 2 => 60 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24561 2 => 60 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "AMAR" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "AMAR" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24560 2 => 6279 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24560 2 => 6279 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24560 2 => 6279 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24560 2 => 6279 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24560 2 => 6279 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24560 2 => 6279 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24560 2 => 6279 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24560 2 => 6279 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24549 2 => 7 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24549 2 => 7 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24549 2 => 7 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24549 2 => 7 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24549 2 => 7 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24549 2 => 7 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24549 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24549 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BRO" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BRO" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24522 2 => 39 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24522 2 => 39 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24522 2 => 39 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24522 2 => 39 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24522 2 => 39 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24522 2 => 39 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24522 2 => 39 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24522 2 => 39 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BRO" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BRO" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 21279 2 => 39 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 21279 2 => 39 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 21279 2 => 39 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 21279 2 => 39 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 21279 2 => 39 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 21279 2 => 39 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 21279 2 => 39 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 21279 2 => 39 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 19145 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 19145 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 19145 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 19145 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 19145 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 19145 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 19145 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 19145 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 19143 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 19143 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 19143 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 19143 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 19143 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 19143 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 19143 2 => 60 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 19143 2 => 60 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24547 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24547 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24547 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24547 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24547 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24547 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24547 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24547 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 21336 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 21336 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 21336 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 21336 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 21336 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 21336 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 21336 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 21336 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21335 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21335 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "CAM" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "CAM" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24525 2 => 515 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24525 2 => 515 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24525 2 => 515 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24525 2 => 515 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24525 2 => 515 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24525 2 => 515 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24525 2 => 515 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24525 2 => 515 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24551 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24551 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24551 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24551 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24551 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24551 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24551 2 => 911 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24551 2 => 911 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24550 2 => 7 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24550 2 => 7 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24550 2 => 7 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24550 2 => 7 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24550 2 => 7 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24550 2 => 7 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24550 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24550 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 21272 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 21272 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 21272 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 21272 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 21272 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 21272 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 21272 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 21272 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24553 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24553 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24553 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24553 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24553 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24553 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24553 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24553 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BKBK" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 21273 2 => 225 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 21273 2 => 225 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 21273 2 => 225 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 21273 2 => 225 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 21273 2 => 225 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 21273 2 => 225 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 21273 2 => 225 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 21273 2 => 225 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 24543 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 24543 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 24543 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 24543 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 24543 2 => 60 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 24543 2 => 60 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 24543 2 => 60 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 24543 2 => 60 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: """ \n SELECT\n MIN(\n COALESCE(NULLIF(p.discounted_price, 0), p.price)\n ) AS min_price,\n MAX(\n COALESCE(NULLIF(p.discounted_price, 0), p.price)\n ) AS max_price\n FROM prices AS p\n WHERE p.skew_id IN (\n SELECT ps.id\n FROM products_skews AS ps\n INNER JOIN skews_photos AS sp\n ON sp.product_id = ps.product_id\n AND phototype_id = 1\n AND ps.color_id = sp.color_id\n WHERE ps.product_id IN (17897,12629,19471,19469,19466,22528,22527,19473,19470,19436,12633,9459,19463,19459,15644,17892,24541,17896,13968,15674,17921,17914,15676,9496,15643,19119,19155,22584,22583,22549,22548,22567,22568,22530,19443,21292,19461,17894,22562,22561,17900,15638,9479,19120,24542,15615,22539,19426,19424,19503,9443,17902,22577,22574,17874,16752,22542,9446,19434,14493,17909,14494,17910,15667,19440,22610,19438,22545,15627,22546,16795,16794,12634,9558,15624,16755,22609,22526,22540,22532,22556,19481,22578,19201,13995,17924,17922,22537,22531,15652,22588,22529,24559,21254,16776,17923,14570,14567,15626,13992,22560,21356,15660,19210,19138,22614,21324,14025,22551,22533,14522,19476,22612,22573,22572,22571,22611,24571,21299,16781,22554,19429,9527,9525,21265,22613,22616,14518,22525,16767,22552,21258,17925,22615,24564,14600,21259,22557,24619,24570,19137,16768,8347,17890,17888,17887,21282,24576,24565,21355,21353,21352,19194,8344,19198,22619,22618,24629,24626,24601,24583,21361,21359,21350,21343,21341,19211,8348,24625,24603,24599,24582,24581,24580,24575,24545,21362,21285,19115,19114,19118,24628,24605,24598,24574,24635,24630,24620,24607,24579,24562,24546,21358,22553,24604,24561,24560,24549,24522,21279,19145,19143,24547,21336,21335,24525,24551,24550,21272,24553,21273,24543)\n and p.shipping_region_id = 1\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n """(parameters: [], types: [])
doctrine
[ "sql" => """ \n SELECT\n MIN(\n COALESCE(NULLIF(p.discounted_price, 0), p.price)\n ) AS min_price,\n MAX(\n COALESCE(NULLIF(p.discounted_price, 0), p.price)\n ) AS max_price\n FROM prices AS p\n WHERE p.skew_id IN (\n SELECT ps.id\n FROM products_skews AS ps\n INNER JOIN skews_photos AS sp\n ON sp.product_id = ps.product_id\n AND phototype_id = 1\n AND ps.color_id = sp.color_id\n WHERE ps.product_id IN (17897,12629,19471,19469,19466,22528,22527,19473,19470,19436,12633,9459,19463,19459,15644,17892,24541,17896,13968,15674,17921,17914,15676,9496,15643,19119,19155,22584,22583,22549,22548,22567,22568,22530,19443,21292,19461,17894,22562,22561,17900,15638,9479,19120,24542,15615,22539,19426,19424,19503,9443,17902,22577,22574,17874,16752,22542,9446,19434,14493,17909,14494,17910,15667,19440,22610,19438,22545,15627,22546,16795,16794,12634,9558,15624,16755,22609,22526,22540,22532,22556,19481,22578,19201,13995,17924,17922,22537,22531,15652,22588,22529,24559,21254,16776,17923,14570,14567,15626,13992,22560,21356,15660,19210,19138,22614,21324,14025,22551,22533,14522,19476,22612,22573,22572,22571,22611,24571,21299,16781,22554,19429,9527,9525,21265,22613,22616,14518,22525,16767,22552,21258,17925,22615,24564,14600,21259,22557,24619,24570,19137,16768,8347,17890,17888,17887,21282,24576,24565,21355,21353,21352,19194,8344,19198,22619,22618,24629,24626,24601,24583,21361,21359,21350,21343,21341,19211,8348,24625,24603,24599,24582,24581,24580,24575,24545,21362,21285,19115,19114,19118,24628,24605,24598,24574,24635,24630,24620,24607,24579,24562,24546,21358,22553,24604,24561,24560,24549,24522,21279,19145,19143,24547,21336,21335,24525,24551,24550,21272,24553,21273,24543)\n and p.shipping_region_id = 1\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n """ "params" => [] "types" => [] ] |
| debug |
Executing statement: """ SELECT DISTINCT p.*, pt.name AS translated_product_name, pt.description AS translated_product_description,\n (\n SELECT c.color\n FROM colors AS c\n INNER JOIN products_skews AS ps ON ps.color_id = c.id AND ps.qty > 0\n INNER JOIN skews_photos AS sp ON sp.product_id = ps.product_id AND sp.color_id = c.id\n WHERE ps.product_id = p.id \n AND ps.is_online = 1\n AND sp.phototype_id = 1\n LIMIT 1\n ) AS color,\n (\n SELECT GROUP_CONCAT(DISTINCT CONCAT(c.color, '|', cd.color_start, '|', IFNULL(cd.color_end, '')))\n FROM colors AS c\n INNER JOIN products_skews AS ps ON ps.color_id = c.id AND ps.qty > 0\n INNER JOIN colors_description AS cd ON cd.color = c.color\n INNER JOIN skews_photos AS sp ON sp.product_id = ps.product_id AND sp.color_id = c.id\n WHERE ps.product_id = p.id\n AND ps.is_online = 1\n AND sp.phototype_id = 1\n ) AS available_colors,\n (\n SELECT COUNT(br.id)\n FROM custom_categories_products_br AS br\n WHERE br.product_id = p.id\n ) AS nr_associations,\n (\n SELECT MAX(price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS max_price,\n (\n SELECT MIN(price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS min_price,\n (\n SELECT MAX(discounted_price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND (pr.discounted_price_from IS NULL OR pr.discounted_price_from <= '2025-12-18 15:00:35')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 15:00:35')\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS max_discounted_price,\n (\n SELECT MIN(discounted_price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND (pr.discounted_price_from IS NULL OR pr.discounted_price_from <= '2025-12-18 15:00:35')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 15:00:35')\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS min_discounted_price,\n (\n SELECT GREATEST(MAX(price), COALESCE(MAX(discounted_price),0))\n FROM prices AS pr\n WHERE pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n AND pr.shipping_region_id = 1\n ) AS absolute_max_price,\n (\n SELECT IF(\n pr.discounted_price_from IS NULL OR pr.discounted_price_from <= '2025-12-18 15:00:35'\n AND\n pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 15:00:35',\n \n LEAST(MIN(pr.price), COALESCE(MIN(pr.discounted_price),999999)), \n MIN(pr.price)\n )\n FROM prices AS pr\n WHERE pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n AND pr.shipping_region_id = 1\n ) AS absolute_min_price,\n (\n SELECT REPLACE(pdi.img_path, '400x570', '400x570_HC')\n FROM products_default_image AS pdi \n WHERE pdi.product_id = p.id\n ) AS default_path,\n (\n SELECT sp.photo_path_reduced\n FROM skews_photos sp\n INNER JOIN products_skews AS ps on ps.product_id = sp.product_id AND ps.color_id = sp.color_id\n WHERE sp.product_id = p.id \n AND ps.is_online = 1\n LIMIT 1\n ) as path,\n (\n SELECT SUM(qty) FROM products_skews AS ps WHERE ps.product_id = p.id\n ) AS sum_global_qty,\n (\n SELECT SUM(qty)\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.is_online = 1\n ) AS sum_online_qty,\n (\n SELECT ll.label_value\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n INNER JOIN labels_lang AS ll ON ll.label_id = l.id AND ll.lang_id = 1\n WHERE lpb.product_id = p.id\n AND l.image IS NULL\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:35')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:35')\n ORDER BY lpb.id DESC\n LIMIT 0,1\n ) AS product_label,\n (\n SELECT GROUP_CONCAT(l.image)\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:35')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:35')\n ORDER BY lpb.id DESC\n ) AS product_icon_labels,\n (\n SELECT GROUP_CONCAT(l.label)\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:35')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:35')\n AND l.image is NOT NULL\n ORDER BY lpb.id DESC\n ) AS product_icon_labels_captions,\n (\n SELECT l.exa_color\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND l.image IS NULL\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:35')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:35')\n ORDER BY lpb.id DESC\n LIMIT 0,1\n ) AS product_label_color,\n (\n SELECT l.font_color\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND l.image IS NULL\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:35')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:35')\n ORDER BY lpb.id DESC\n LIMIT 0,1\n ) AS product_label_font_color,\n (\n SELECT GROUP_CONCAT(pe.color_id) \n FROM products_exploded AS pe\n LEFT JOIN product_colors_order AS pco ON pco.product_id = pe.product_id AND pco.color_id = pe.color_id\n WHERE pe.product_id = p.id AND pe.custom_category_id = 1 ORDER BY pco.sequence ASC, pe.ordine ASC\n ) AS exploded_colors , cco.ordine FROM products AS p\n LEFT JOIN products_texts AS pt ON pt.product_id = p.id AND lang_id = 1 LEFT JOIN products_custom_category_order AS cco ON cco.product_id = p.id AND cco.custom_category_id IN (0, 1) WHERE p.is_online = 1 AND p.id IN (\n SELECT product_id\n FROM custom_categories_products_br\n WHERE custom_category_id IN (0, 1,116,354,421,470,171,234,235,471,401,402,428,183,184,188,373,191,414,326,438,374,413,442,458,459,462,464,472,463,460,461)\n ) HAVING min_price > 0\n AND color IS NOT NULL\n AND nr_associations > 0\n AND sum_online_qty > 0\n AND path != '' ORDER BY ordine ASC, absolute_min_price ASC LIMIT 18, 18 """(parameters: [], types: [])
doctrine
[ "sql" => """ SELECT DISTINCT p.*, pt.name AS translated_product_name, pt.description AS translated_product_description,\n (\n SELECT c.color\n FROM colors AS c\n INNER JOIN products_skews AS ps ON ps.color_id = c.id AND ps.qty > 0\n INNER JOIN skews_photos AS sp ON sp.product_id = ps.product_id AND sp.color_id = c.id\n WHERE ps.product_id = p.id \n AND ps.is_online = 1\n AND sp.phototype_id = 1\n LIMIT 1\n ) AS color,\n (\n SELECT GROUP_CONCAT(DISTINCT CONCAT(c.color, '|', cd.color_start, '|', IFNULL(cd.color_end, '')))\n FROM colors AS c\n INNER JOIN products_skews AS ps ON ps.color_id = c.id AND ps.qty > 0\n INNER JOIN colors_description AS cd ON cd.color = c.color\n INNER JOIN skews_photos AS sp ON sp.product_id = ps.product_id AND sp.color_id = c.id\n WHERE ps.product_id = p.id\n AND ps.is_online = 1\n AND sp.phototype_id = 1\n ) AS available_colors,\n (\n SELECT COUNT(br.id)\n FROM custom_categories_products_br AS br\n WHERE br.product_id = p.id\n ) AS nr_associations,\n (\n SELECT MAX(price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS max_price,\n (\n SELECT MIN(price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS min_price,\n (\n SELECT MAX(discounted_price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND (pr.discounted_price_from IS NULL OR pr.discounted_price_from <= '2025-12-18 15:00:35')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 15:00:35')\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS max_discounted_price,\n (\n SELECT MIN(discounted_price)\n FROM prices AS pr\n WHERE pr.shipping_region_id = 1\n AND (pr.discounted_price_from IS NULL OR pr.discounted_price_from <= '2025-12-18 15:00:35')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 15:00:35')\n AND pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n ) AS min_discounted_price,\n (\n SELECT GREATEST(MAX(price), COALESCE(MAX(discounted_price),0))\n FROM prices AS pr\n WHERE pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n AND pr.shipping_region_id = 1\n ) AS absolute_max_price,\n (\n SELECT IF(\n pr.discounted_price_from IS NULL OR pr.discounted_price_from <= '2025-12-18 15:00:35'\n AND\n pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 15:00:35',\n \n LEAST(MIN(pr.price), COALESCE(MIN(pr.discounted_price),999999)), \n MIN(pr.price)\n )\n FROM prices AS pr\n WHERE pr.skew_id IN(\n SELECT ps.id\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n )\n AND pr.shipping_region_id = 1\n ) AS absolute_min_price,\n (\n SELECT REPLACE(pdi.img_path, '400x570', '400x570_HC')\n FROM products_default_image AS pdi \n WHERE pdi.product_id = p.id\n ) AS default_path,\n (\n SELECT sp.photo_path_reduced\n FROM skews_photos sp\n INNER JOIN products_skews AS ps on ps.product_id = sp.product_id AND ps.color_id = sp.color_id\n WHERE sp.product_id = p.id \n AND ps.is_online = 1\n LIMIT 1\n ) as path,\n (\n SELECT SUM(qty) FROM products_skews AS ps WHERE ps.product_id = p.id\n ) AS sum_global_qty,\n (\n SELECT SUM(qty)\n FROM products_skews AS ps\n WHERE ps.product_id = p.id\n AND ps.is_online = 1\n ) AS sum_online_qty,\n (\n SELECT ll.label_value\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n INNER JOIN labels_lang AS ll ON ll.label_id = l.id AND ll.lang_id = 1\n WHERE lpb.product_id = p.id\n AND l.image IS NULL\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:35')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:35')\n ORDER BY lpb.id DESC\n LIMIT 0,1\n ) AS product_label,\n (\n SELECT GROUP_CONCAT(l.image)\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:35')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:35')\n ORDER BY lpb.id DESC\n ) AS product_icon_labels,\n (\n SELECT GROUP_CONCAT(l.label)\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:35')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:35')\n AND l.image is NOT NULL\n ORDER BY lpb.id DESC\n ) AS product_icon_labels_captions,\n (\n SELECT l.exa_color\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND l.image IS NULL\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:35')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:35')\n ORDER BY lpb.id DESC\n LIMIT 0,1\n ) AS product_label_color,\n (\n SELECT l.font_color\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n WHERE lpb.product_id = p.id\n AND l.image IS NULL\n AND (l.valid_from IS NULL OR l.valid_from <= '2025-12-18 15:00:35')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 15:00:35')\n ORDER BY lpb.id DESC\n LIMIT 0,1\n ) AS product_label_font_color,\n (\n SELECT GROUP_CONCAT(pe.color_id) \n FROM products_exploded AS pe\n LEFT JOIN product_colors_order AS pco ON pco.product_id = pe.product_id AND pco.color_id = pe.color_id\n WHERE pe.product_id = p.id AND pe.custom_category_id = 1 ORDER BY pco.sequence ASC, pe.ordine ASC\n ) AS exploded_colors , cco.ordine FROM products AS p\n LEFT JOIN products_texts AS pt ON pt.product_id = p.id AND lang_id = 1 LEFT JOIN products_custom_category_order AS cco ON cco.product_id = p.id AND cco.custom_category_id IN (0, 1) WHERE p.is_online = 1 AND p.id IN (\n SELECT product_id\n FROM custom_categories_products_br\n WHERE custom_category_id IN (0, 1,116,354,421,470,171,234,235,471,401,402,428,183,184,188,373,191,414,326,438,374,413,442,458,459,462,464,472,463,460,461)\n ) HAVING min_price > 0\n AND color IS NOT NULL\n AND nr_associations > 0\n AND sum_online_qty > 0\n AND path != '' ORDER BY ordine ASC, absolute_min_price ASC LIMIT 18, 18 """ "params" => [] "types" => [] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 13968 2 => 87 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 13968 2 => 87 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15674 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15674 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUL1" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUL1" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17921 2 => 6317 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17921 2 => 6317 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 17914 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 17914 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15676 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15676 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 9496 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 9496 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUX" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUX" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15643 2 => 2 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15643 2 => 2 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 19119 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 19119 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 19119 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 19119 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 19119 2 => 911 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 19119 2 => 911 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 19119 2 => 911 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 19119 2 => 911 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 19155 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 19155 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22584 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22584 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DEN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DEN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22583 2 => 478 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22583 2 => 478 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22549 2 => 87 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22549 2 => 87 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22548 2 => 40 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22548 2 => 40 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PINKN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PINKN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 22567 2 => 12237 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 22567 2 => 12237 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 22567 2 => 12237 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 22567 2 => 12237 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 22567 2 => 12237 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 22567 2 => 12237 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 22567 2 => 12237 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 22567 2 => 12237 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22568 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22568 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 22530 2 => 40 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 22530 2 => 40 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" (parameters: [ 1 => 19443 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.qty > 0" "params" => [ 1 => 19443 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" (parameters: [ 1 => 19443 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM products_skews p0_ WHERE p0_.product_id = ? AND p0_.color_id = ? AND p0_.is_online = 1" "params" => [ 1 => 19443 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" (parameters: [ 1 => 19443 2 => 357 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ?" "params" => [ 1 => 19443 2 => 357 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" (parameters: [ 1 => 19443 2 => 357 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT COUNT(p0_.id) AS sclr_0 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) WHERE p1_.product_id = ? AND p1_.color_id = ? AND p0_.shipping_region_id = ?" "params" => [ 1 => 19443 2 => 357 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21292 2 => 7 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21292 2 => 7 3 => 1 ] "types" => [ 1 => 1 2 => 1 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" (parameters: [ 1 => "it" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" "params" => [ 1 => "it" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 2 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 13968\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """(parameters: [], types: [])
doctrine
[ "sql" => """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 2 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 13968\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """ "params" => [] "types" => [] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 469422 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 469422 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 469430 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 469430 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" (parameters: [ 1 => 481 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" "params" => [ 1 => 481 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GUN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GUN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 469423 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 469423 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 469431 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 469431 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GUN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GUN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 469424 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 469424 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 469432 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 469432 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GUN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GUN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 469425 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 469425 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 469426 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 469426 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" (parameters: [ 1 => 13968 2 => "GOL" 3 => 1 ], types: [ 1 => 1 2 => 2 3 => 1 ])
doctrine
[ "sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" "params" => [ 1 => 13968 2 => "GOL" 3 => 1 ] "types" => [ 1 => 1 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" (parameters: [ 1 => "it" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" "params" => [ 1 => "it" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 14 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 15674\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """(parameters: [], types: [])
doctrine
[ "sql" => """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 14 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 15674\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """ "params" => [] "types" => [] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529175 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529175 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529187 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529187 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PIN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PIN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529217 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529217 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" (parameters: [ 1 => 525 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" "params" => [ 1 => 525 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "SAG" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "SAG" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 591902 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 591902 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUX" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUX" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 591908 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 591908 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" (parameters: [ 1 => 129 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" "params" => [ 1 => 129 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "ORA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "ORA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 591914 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 591914 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" (parameters: [ 1 => 2668 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" "params" => [ 1 => 2668 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LIM" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LIM" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529176 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529176 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529188 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529188 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PIN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PIN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529218 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529218 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "SAG" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "SAG" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 591903 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 591903 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUX" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUX" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 591909 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 591909 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "ORA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "ORA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 591915 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 591915 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LIM" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LIM" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529177 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529177 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529189 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529189 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PIN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PIN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529195 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529195 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529219 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529219 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "SAG" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "SAG" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 591904 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 591904 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUX" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUX" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 591910 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 591910 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "ORA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "ORA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 591916 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 591916 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LIM" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LIM" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529178 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529178 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529190 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529190 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PIN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PIN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529196 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529196 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529220 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529220 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "SAG" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "SAG" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 591905 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 591905 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUX" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUX" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 591911 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 591911 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "ORA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "ORA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 591917 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 591917 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LIM" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LIM" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529179 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529179 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529191 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529191 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PIN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PIN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529197 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529197 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529221 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529221 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "SAG" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "SAG" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 591906 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 591906 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUX" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUX" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 591912 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 591912 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "ORA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "ORA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 591918 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 591918 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LIM" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LIM" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529180 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529180 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529192 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529192 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PIN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PIN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529222 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529222 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "SAG" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "SAG" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 591907 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 591907 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUX" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUX" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" (parameters: [ 1 => 15674 2 => "BLA" 3 => 1 ], types: [ 1 => 1 2 => 2 3 => 1 ])
doctrine
[ "sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" "params" => [ 1 => 15674 2 => "BLA" 3 => 1 ] "types" => [ 1 => 1 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" (parameters: [ 1 => "it" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" "params" => [ 1 => "it" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 2 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 17921\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """(parameters: [], types: [])
doctrine
[ "sql" => """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 2 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 17921\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """ "params" => [] "types" => [] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 592514 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 592514 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 592520 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 592520 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PIN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PIN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 592532 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 592532 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUL1" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUL1" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 592538 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 592538 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUL2" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUL2" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 661758 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 661758 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LIM" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LIM" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 661764 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 661764 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" (parameters: [ 1 => 236 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" "params" => [ 1 => 236 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BUB" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BUB" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 592515 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 592515 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 592521 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 592521 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PIN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PIN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 592533 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 592533 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUL1" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUL1" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 592539 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 592539 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUL2" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUL2" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 661759 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 661759 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LIM" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LIM" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 661765 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 661765 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BUB" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BUB" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 592516 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 592516 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 592522 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 592522 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PIN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PIN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 592534 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 592534 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUL1" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUL1" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 592540 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 592540 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUL2" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUL2" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 661760 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 661760 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LIM" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LIM" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 661766 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 661766 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BUB" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BUB" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 592517 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 592517 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 592523 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 592523 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PIN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PIN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 592535 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 592535 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUL1" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUL1" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 592541 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 592541 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUL2" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUL2" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 661761 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 661761 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LIM" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LIM" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 661767 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 661767 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BUB" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BUB" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 592518 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 592518 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 592524 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 592524 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PIN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PIN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 592536 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 592536 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUL1" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUL1" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 592542 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 592542 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUL2" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUL2" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 661762 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 661762 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LIM" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LIM" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 661768 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 661768 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BUB" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BUB" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 592519 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 592519 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 592525 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 592525 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PIN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PIN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 592537 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 592537 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUL1" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUL1" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 592543 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 592543 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUL2" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUL2" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 661763 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 661763 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LIM" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LIM" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 661769 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 661769 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BUB" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BUB" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" (parameters: [ 1 => 17921 2 => "MUL1" 3 => 1 ], types: [ 1 => 1 2 => 2 3 => 1 ])
doctrine
[ "sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" "params" => [ 1 => 17921 2 => "MUL1" 3 => 1 ] "types" => [ 1 => 1 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" (parameters: [ 1 => "it" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" "params" => [ 1 => "it" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 2 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 17914\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """(parameters: [], types: [])
doctrine
[ "sql" => """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 2 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 17914\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """ "params" => [] "types" => [] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 591998 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 591998 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 591999 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 591999 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 592001 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 592001 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 592002 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 592002 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" (parameters: [ 1 => 17914 2 => "BLA" 3 => 1 ], types: [ 1 => 1 2 => 2 3 => 1 ])
doctrine
[ "sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" "params" => [ 1 => 17914 2 => "BLA" 3 => 1 ] "types" => [ 1 => 1 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" (parameters: [ 1 => "it" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" "params" => [ 1 => "it" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 14 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 15676\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """(parameters: [], types: [])
doctrine
[ "sql" => """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 14 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 15676\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """ "params" => [] "types" => [] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529259 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529259 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529265 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529265 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PIN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PIN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529271 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529271 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 591932 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 591932 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUX" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUX" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 591944 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 591944 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LIM" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LIM" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529266 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529266 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PIN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PIN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 591933 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 591933 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUX" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUX" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 591945 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 591945 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LIM" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LIM" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529267 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529267 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PIN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PIN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529273 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529273 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 591934 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 591934 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUX" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUX" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 591946 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 591946 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LIM" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LIM" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529268 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529268 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PIN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PIN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529274 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529274 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 591935 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 591935 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUX" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUX" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 591947 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 591947 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LIM" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LIM" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529275 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529275 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 591936 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 591936 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUX" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUX" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 591948 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 591948 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LIM" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LIM" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529276 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529276 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 591937 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 591937 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUX" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUX" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 591949 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 591949 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LIM" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LIM" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" (parameters: [ 1 => 15676 2 => "BLA" 3 => 1 ], types: [ 1 => 1 2 => 2 3 => 1 ])
doctrine
[ "sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" "params" => [ 1 => 15676 2 => "BLA" 3 => 1 ] "types" => [ 1 => 1 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" (parameters: [ 1 => "it" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" "params" => [ 1 => "it" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 2 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 9496\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """(parameters: [], types: [])
doctrine
[ "sql" => """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 2 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 9496\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """ "params" => [] "types" => [] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 262428 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 262428 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GUN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GUN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 470740 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 470740 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" (parameters: [ 1 => 4737 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" "params" => [ 1 => 4737 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "SUG" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "SUG" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 262405 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 262405 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 262421 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 262421 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 262406 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 262406 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 262422 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 262422 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 262430 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 262430 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GUN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GUN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 529525 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 529525 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" (parameters: [ 1 => 2681 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" "params" => [ 1 => 2681 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PKGOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PKGOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 262407 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 262407 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 262431 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 262431 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GUN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GUN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 262408 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 262408 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 262416 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 262416 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUX" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUX" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 470744 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 470744 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "SUG" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "SUG" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 262425 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 262425 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" (parameters: [ 1 => 9496 2 => "BLA" 3 => 1 ], types: [ 1 => 1 2 => 2 3 => 1 ])
doctrine
[ "sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" "params" => [ 1 => 9496 2 => "BLA" 3 => 1 ] "types" => [ 1 => 1 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" (parameters: [ 1 => "it" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" "params" => [ 1 => "it" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 14 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 15643\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """(parameters: [], types: [])
doctrine
[ "sql" => """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 14 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 15643\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """ "params" => [] "types" => [] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 528211 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 528211 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 528217 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 528217 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 528200 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 528200 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUX" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUX" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 528201 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 528201 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUX" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUX" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 528202 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 528202 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUX" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUX" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" (parameters: [ 1 => 15643 2 => "FUX" 3 => 1 ], types: [ 1 => 1 2 => 2 3 => 1 ])
doctrine
[ "sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" "params" => [ 1 => 15643 2 => "FUX" 3 => 1 ] "types" => [ 1 => 1 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" (parameters: [ 1 => "it" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" "params" => [ 1 => "it" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 14 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 19119\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """(parameters: [], types: [])
doctrine
[ "sql" => """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 14 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 19119\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """ "params" => [] "types" => [] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 631558 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 631558 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 631559 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 631559 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 631560 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 631560 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 631561 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 631561 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 631562 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 631562 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 631563 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 631563 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 631540 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 631540 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 631541 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 631541 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 631542 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 631542 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 631543 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 631543 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 631544 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 631544 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" (parameters: [ 1 => 19119 2 => "MIL" 3 => 1 ], types: [ 1 => 1 2 => 2 3 => 1 ])
doctrine
[ "sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" "params" => [ 1 => 19119 2 => "MIL" 3 => 1 ] "types" => [ 1 => 1 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" (parameters: [ 1 => "it" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" "params" => [ 1 => "it" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 14 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 19155\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """(parameters: [], types: [])
doctrine
[ "sql" => """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 14 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 19155\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """ "params" => [] "types" => [] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 632630 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 632630 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 632636 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 632636 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUX" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUX" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 632648 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 632648 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUD" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUD" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 632631 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 632631 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 632637 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 632637 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUX" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUX" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 632632 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 632632 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 632638 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 632638 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUX" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUX" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 632650 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 632650 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUD" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUD" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 632633 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 632633 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 632639 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 632639 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUX" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUX" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 632651 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 632651 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUD" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUD" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 632634 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 632634 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 632640 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 632640 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUX" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUX" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 632652 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 632652 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUD" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUD" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 632635 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 632635 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 632641 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 632641 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FUX" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FUX" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 632653 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 632653 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUD" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUD" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" (parameters: [ 1 => 19155 2 => "BLA" 3 => 1 ], types: [ 1 => 1 2 => 2 3 => 1 ])
doctrine
[ "sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" "params" => [ 1 => 19155 2 => "BLA" 3 => 1 ] "types" => [ 1 => 1 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" (parameters: [ 1 => "it" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" "params" => [ 1 => "it" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 14 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 22584\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """(parameters: [], types: [])
doctrine
[ "sql" => """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 14 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 22584\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """ "params" => [] "types" => [] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741851 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741851 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "ORA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "ORA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741857 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741857 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741852 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741852 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "ORA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "ORA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741848 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741848 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741849 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741849 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741861 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741861 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741850 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741850 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" (parameters: [ 1 => 22584 2 => "BLA" 3 => 1 ], types: [ 1 => 1 2 => 2 3 => 1 ])
doctrine
[ "sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" "params" => [ 1 => 22584 2 => "BLA" 3 => 1 ] "types" => [ 1 => 1 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" (parameters: [ 1 => "it" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" "params" => [ 1 => "it" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 14 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 22583\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """(parameters: [], types: [])
doctrine
[ "sql" => """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 14 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 22583\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """ "params" => [] "types" => [] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741834 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741834 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DEN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DEN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741835 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741835 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DEN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DEN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741836 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741836 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DEN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DEN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741837 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741837 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DEN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DEN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" (parameters: [ 1 => 22583 2 => "DEN" 3 => 1 ], types: [ 1 => 1 2 => 2 3 => 1 ])
doctrine
[ "sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" "params" => [ 1 => 22583 2 => "DEN" 3 => 1 ] "types" => [ 1 => 1 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" (parameters: [ 1 => "it" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" "params" => [ 1 => "it" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 14 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 22549\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """(parameters: [], types: [])
doctrine
[ "sql" => """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 14 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 22549\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """ "params" => [] "types" => [] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740775 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740775 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740781 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740781 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GUN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GUN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740787 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740787 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" (parameters: [ 1 => 266 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" "params" => [ 1 => 266 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "SIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "SIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740776 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740776 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740782 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740782 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GUN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GUN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740788 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740788 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "SIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "SIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740777 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740777 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740783 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740783 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GUN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GUN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740789 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740789 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "SIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "SIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740778 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740778 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740784 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740784 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GUN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GUN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740790 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740790 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "SIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "SIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740779 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740779 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740785 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740785 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GUN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GUN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740791 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740791 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "SIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "SIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740780 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740780 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740786 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740786 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GUN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GUN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740792 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740792 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "SIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "SIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" (parameters: [ 1 => 22549 2 => "GOL" 3 => 1 ], types: [ 1 => 1 2 => 2 3 => 1 ])
doctrine
[ "sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" "params" => [ 1 => 22549 2 => "GOL" 3 => 1 ] "types" => [ 1 => 1 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" (parameters: [ 1 => "it" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" "params" => [ 1 => "it" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 14 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 22548\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """(parameters: [], types: [])
doctrine
[ "sql" => """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 14 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 22548\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """ "params" => [] "types" => [] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740751 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740751 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740763 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740763 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PINKN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PINKN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740752 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740752 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740764 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740764 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PINKN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PINKN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740753 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740753 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740759 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740759 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" (parameters: [ 1 => 1464 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" "params" => [ 1 => 1464 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "SKY" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "SKY" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740765 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740765 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PINKN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PINKN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740754 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740754 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740760 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740760 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "SKY" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "SKY" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740766 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740766 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PINKN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PINKN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740755 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740755 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740767 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740767 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PINKN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PINKN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740756 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740756 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740768 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740768 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PINKN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PINKN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" (parameters: [ 1 => 22548 2 => "NAT" 3 => 1 ], types: [ 1 => 1 2 => 2 3 => 1 ])
doctrine
[ "sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" "params" => [ 1 => 22548 2 => "NAT" 3 => 1 ] "types" => [ 1 => 1 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" (parameters: [ 1 => "it" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" "params" => [ 1 => "it" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 14 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 22567\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """(parameters: [], types: [])
doctrine
[ "sql" => """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 14 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 22567\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """ "params" => [] "types" => [] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741213 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741213 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PINKN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PINKN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741214 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741214 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PINKN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PINKN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741215 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741215 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PINKN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PINKN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741216 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741216 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PINKN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PINKN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741217 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741217 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PINKN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PINKN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741218 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741218 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PINKN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PINKN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741207 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741207 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741208 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741208 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741209 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741209 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741210 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741210 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741211 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741211 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741212 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741212 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741201 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741201 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741202 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741202 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741203 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741203 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741204 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741204 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741205 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741205 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741206 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741206 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" (parameters: [ 1 => 22567 2 => "PINKN" 3 => 1 ], types: [ 1 => 1 2 => 2 3 => 1 ])
doctrine
[ "sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" "params" => [ 1 => 22567 2 => "PINKN" 3 => 1 ] "types" => [ 1 => 1 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" (parameters: [ 1 => "it" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" "params" => [ 1 => "it" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 14 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 22568\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """(parameters: [], types: [])
doctrine
[ "sql" => """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 14 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 22568\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """ "params" => [] "types" => [] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741219 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741219 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741231 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741231 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741220 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741220 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741232 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741232 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741221 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741221 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741233 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741233 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741222 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741222 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741234 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741234 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741223 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741223 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741235 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741235 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741224 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741224 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 741236 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 741236 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHI" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHI" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" (parameters: [ 1 => 22568 2 => "BLA" 3 => 1 ], types: [ 1 => 1 2 => 2 3 => 1 ])
doctrine
[ "sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" "params" => [ 1 => 22568 2 => "BLA" 3 => 1 ] "types" => [ 1 => 1 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" (parameters: [ 1 => "it" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" "params" => [ 1 => "it" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 14 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 22530\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """(parameters: [], types: [])
doctrine
[ "sql" => """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 14 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 22530\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """ "params" => [] "types" => [] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740379 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740379 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740385 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740385 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "SKY" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "SKY" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740391 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740391 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PINKN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PINKN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740397 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740397 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" (parameters: [ 1 => 12239 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" "params" => [ 1 => 12239 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "SUNC" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "SUNC" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740380 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740380 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740386 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740386 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "SKY" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "SKY" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740392 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740392 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PINKN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PINKN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740398 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740398 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "SUNC" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "SUNC" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740381 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740381 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740387 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740387 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "SKY" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "SKY" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740393 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740393 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PINKN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PINKN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740399 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740399 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "SUNC" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "SUNC" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740382 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740382 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740388 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740388 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "SKY" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "SKY" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740394 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740394 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PINKN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PINKN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740400 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740400 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "SUNC" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "SUNC" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740383 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740383 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740389 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740389 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "SKY" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "SKY" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740395 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740395 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PINKN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PINKN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740384 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740384 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740390 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740390 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "SKY" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "SKY" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740396 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740396 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PINKN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PINKN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740402 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740402 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "SUNC" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "SUNC" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" (parameters: [ 1 => 22530 2 => "NAT" 3 => 1 ], types: [ 1 => 1 2 => 2 3 => 1 ])
doctrine
[ "sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" "params" => [ 1 => 22530 2 => "NAT" 3 => 1 ] "types" => [ 1 => 1 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" (parameters: [ 1 => "it" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" "params" => [ 1 => "it" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 14 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 19443\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """(parameters: [], types: [])
doctrine
[ "sql" => """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 14 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 19443\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """ "params" => [] "types" => [] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660894 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660894 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660896 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660896 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660897 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660897 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660898 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660898 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660899 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660899 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660906 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660906 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUD" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUD" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660907 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660907 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUD" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUD" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660908 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660908 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUD" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUD" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660909 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660909 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUD" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUD" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660910 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660910 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUD" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUD" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660911 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660911 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MUD" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MUD" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740493 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740493 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NMIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NMIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740494 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740494 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NMIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NMIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740495 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740495 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NMIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NMIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740496 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740496 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NMIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NMIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740497 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740497 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NMIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NMIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740498 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740498 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NMIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NMIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660876 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660876 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660877 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660877 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660878 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660878 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660879 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660879 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660880 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660880 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660881 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660881 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660888 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660888 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660889 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660889 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660890 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660890 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660891 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660891 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660892 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660892 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660893 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660893 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LIL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LIL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660882 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660882 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DEN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DEN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660886 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660886 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DEN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DEN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660887 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660887 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DEN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DEN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740487 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740487 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "OAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "OAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740488 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740488 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "OAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "OAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740489 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740489 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "OAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "OAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740490 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740490 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "OAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "OAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740491 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740491 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "OAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "OAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740492 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740492 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "OAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "OAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660924 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660924 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" (parameters: [ 1 => 9783 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" "params" => [ 1 => 9783 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FPIN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FPIN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660925 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660925 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FPIN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FPIN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660926 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660926 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FPIN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FPIN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660927 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660927 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FPIN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FPIN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660928 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660928 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FPIN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FPIN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660929 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660929 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "FPIN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "FPIN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660920 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660920 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" (parameters: [ 1 => 9785 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" "params" => [ 1 => 9785 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "RRED" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RRED" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660921 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660921 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "RRED" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RRED" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660922 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660922 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "RRED" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RRED" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660933 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660933 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" (parameters: [ 1 => 9787 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" "params" => [ 1 => 9787 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PEB" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PEB" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660934 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660934 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PEB" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PEB" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 660935 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 660935 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "PEB" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "PEB" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740506 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740506 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "SUNC" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "SUNC" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740507 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740507 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "SUNC" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "SUNC" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740517 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740517 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" (parameters: [ 1 => 12240 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" "params" => [ 1 => 12240 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LILS" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LILS" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740518 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740518 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LILS" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LILS" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740519 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740519 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LILS" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LILS" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740520 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740520 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LILS" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LILS" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740521 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740521 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LILS" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LILS" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 740522 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 740522 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LILS" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LILS" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" (parameters: [ 1 => 19443 2 => "TAN" 3 => 1 ], types: [ 1 => 1 2 => 2 3 => 1 ])
doctrine
[ "sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" "params" => [ 1 => 19443 2 => "TAN" 3 => 1 ] "types" => [ 1 => 1 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" (parameters: [ 1 => "it" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.region_name AS region_name_2, t0.region_code AS region_code_3, t0.ordine AS ordine_4, t0.lang_id AS lang_id_5, t0.currency_id AS currency_id_6, t0.listino_id AS listino_id_7 FROM shipping_regions t0 WHERE t0.region_code = ? LIMIT 1" "params" => [ 1 => "it" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 14 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 21292\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """(parameters: [], types: [])
doctrine
[ "sql" => """ SELECT ps.*, c.color, s.size, sc.conversion, pr.price, pr.discounted_price, pr.lowest_price, pr.discount_percentage, pr.discounted_price_from, pr.discounted_price_to, pr.shipping_region_id,\n (\n SELECT\n CONVERT(GROUP_CONCAT(\n CONCAT_WS(\n '|',\n phototype_id, phototype_name, photo_path, photo_path_reduced\n )\n ) USING utf8mb4)\n FROM skews_photos sp\n WHERE sp.product_id = ps.product_id\n AND sp.color_id = ps.color_id\n AND season_id IN (\n SELECT MAX(season_id)\n FROM skews_photos\n WHERE product_id = ps.product_id\n AND color_id = ps.color_id\n )\n ORDER BY phototype_id ASC\n ) AS path\n FROM products_skews AS ps\n INNER JOIN colors AS c ON c.id = ps.color_id\n INNER JOIN sizes AS s ON s.id = ps.size_id\n LEFT JOIN size_conversion AS sc ON sc.size = s.size AND linea_id = 14 /* AND listino = 'it'*/\n LEFT JOIN product_colors_order AS pco ON pco.product_id = ps.product_id ANd pco.color_id = ps.color_id\n INNER JOIN prices AS pr ON pr.skew_id = ps.id AND pr.shipping_region_id = 1\n \n WHERE ps.product_id = 21292\n AND ps.qty > 0\n AND ps.is_online = 1\n HAVING path != ''\n ORDER BY pco.sequence ASC, sc.sequence ASC\n \n /*ORDER BY ps.size_id ASC*/\n """ "params" => [] "types" => [] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 707317 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 707317 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 707323 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 707323 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GUN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GUN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 707335 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 707335 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 707318 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 707318 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 707324 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 707324 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GUN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GUN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 707336 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 707336 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 707319 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 707319 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 707325 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 707325 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GUN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GUN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 707337 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 707337 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 707320 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 707320 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 707326 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 707326 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GUN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GUN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 707338 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 707338 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 707321 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 707321 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 707327 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 707327 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GUN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GUN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 707339 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 707339 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 707322 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 707322 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 707328 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 707328 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GUN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GUN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 707340 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 707340 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "TAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "TAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" (parameters: [ 1 => 21292 2 => "BLA" 3 => 1 ], types: [ 1 => 1 2 => 2 3 => 1 ])
doctrine
[ "sql" => "SELECT p0_.id AS id_0, p0_.price AS price_1, p0_.discount_percentage AS discount_percentage_2, p0_.discounted_price AS discounted_price_3, p0_.discounted_price_from AS discounted_price_from_4, p0_.discounted_price_to AS discounted_price_to_5, p0_.is_price_blocked AS is_price_blocked_6, p0_.lowest_price AS lowest_price_7, p0_.skew_id AS skew_id_8, p0_.currency_id AS currency_id_9, p0_.product_id AS product_id_10, p0_.shipping_region_id AS shipping_region_id_11 FROM prices p0_ INNER JOIN products_skews p1_ ON (p1_.id = p0_.skew_id) INNER JOIN colors c2_ ON (c2_.id = p1_.color_id) WHERE p0_.product_id = ? AND c2_.color = ? AND p0_.shipping_region_id = ? LIMIT 1" "params" => [ 1 => 21292 2 => "BLA" 3 => 1 ] "types" => [ 1 => 1 2 => 2 3 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.lang AS lang_2, t0.label AS label_3 FROM langs t0 WHERE t0.lang = ? LIMIT 1" (parameters: [ 1 => "it" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.lang AS lang_2, t0.label AS label_3 FROM langs t0 WHERE t0.lang = ? LIMIT 1" "params" => [ 1 => "it" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c1_.category_name AS category_name_5, c1_.category_url AS category_url_6, c1_.meta_title AS meta_title_7, c1_.meta_description AS meta_description_8, c1_.frontend_description AS frontend_description_9, c1_.meta_h1 AS meta_h1_10, c1_.meta_h2 AS meta_h2_11, c0_.parent_id AS parent_id_12 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c1_.category_url = ? AND c1_.lang_id = ? AND c0_.parent_id IS NULL" (parameters: [ 1 => "donna" 2 => 1 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c1_.category_name AS category_name_5, c1_.category_url AS category_url_6, c1_.meta_title AS meta_title_7, c1_.meta_description AS meta_description_8, c1_.frontend_description AS frontend_description_9, c1_.meta_h1 AS meta_h1_10, c1_.meta_h2 AS meta_h2_11, c0_.parent_id AS parent_id_12 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c1_.category_url = ? AND c1_.lang_id = ? AND c0_.parent_id IS NULL" "params" => [ 1 => "donna" 2 => 1 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 1 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 1 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c1_.category_name AS category_name_5, c1_.category_url AS category_url_6, c1_.meta_title AS meta_title_7, c1_.meta_description AS meta_description_8, c1_.frontend_description AS frontend_description_9, c1_.meta_h1 AS meta_h1_10, c1_.meta_h2 AS meta_h2_11, c0_.parent_id AS parent_id_12 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c1_.category_url = ? AND c1_.lang_id = ? AND c0_.parent_id IS NULL" (parameters: [ 1 => "donna" 2 => 1 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c1_.category_name AS category_name_5, c1_.category_url AS category_url_6, c1_.meta_title AS meta_title_7, c1_.meta_description AS meta_description_8, c1_.frontend_description AS frontend_description_9, c1_.meta_h1 AS meta_h1_10, c1_.meta_h2 AS meta_h2_11, c0_.parent_id AS parent_id_12 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c1_.category_url = ? AND c1_.lang_id = ? AND c0_.parent_id IS NULL" "params" => [ 1 => "donna" 2 => 1 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.lang AS lang_2, t0.label AS label_3 FROM langs t0 WHERE t0.lang = ? LIMIT 1" (parameters: [ 1 => "en" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.lang AS lang_2, t0.label AS label_3 FROM langs t0 WHERE t0.lang = ? LIMIT 1" "params" => [ 1 => "en" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c1_.category_name AS category_name_5, c1_.category_url AS category_url_6, c1_.meta_title AS meta_title_7, c1_.meta_description AS meta_description_8, c1_.frontend_description AS frontend_description_9, c1_.meta_h1 AS meta_h1_10, c1_.meta_h2 AS meta_h2_11, c0_.parent_id AS parent_id_12 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c1_.category_url = ? AND c1_.lang_id = ? AND c0_.parent_id IS NULL" (parameters: [ 1 => "donna" 2 => 1 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c1_.category_name AS category_name_5, c1_.category_url AS category_url_6, c1_.meta_title AS meta_title_7, c1_.meta_description AS meta_description_8, c1_.frontend_description AS frontend_description_9, c1_.meta_h1 AS meta_h1_10, c1_.meta_h2 AS meta_h2_11, c0_.parent_id AS parent_id_12 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c1_.category_url = ? AND c1_.lang_id = ? AND c0_.parent_id IS NULL" "params" => [ 1 => "donna" 2 => 1 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.lang AS lang_2, t0.label AS label_3 FROM langs t0 WHERE t0.lang = ? LIMIT 1" (parameters: [ 1 => "fr" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.lang AS lang_2, t0.label AS label_3 FROM langs t0 WHERE t0.lang = ? LIMIT 1" "params" => [ 1 => "fr" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c1_.category_name AS category_name_5, c1_.category_url AS category_url_6, c1_.meta_title AS meta_title_7, c1_.meta_description AS meta_description_8, c1_.frontend_description AS frontend_description_9, c1_.meta_h1 AS meta_h1_10, c1_.meta_h2 AS meta_h2_11, c0_.parent_id AS parent_id_12 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c1_.category_url = ? AND c1_.lang_id = ? AND c0_.parent_id IS NULL" (parameters: [ 1 => "donna" 2 => 1 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c1_.category_name AS category_name_5, c1_.category_url AS category_url_6, c1_.meta_title AS meta_title_7, c1_.meta_description AS meta_description_8, c1_.frontend_description AS frontend_description_9, c1_.meta_h1 AS meta_h1_10, c1_.meta_h2 AS meta_h2_11, c0_.parent_id AS parent_id_12 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c1_.category_url = ? AND c1_.lang_id = ? AND c0_.parent_id IS NULL" "params" => [ 1 => "donna" 2 => 1 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.type AS type_2, t0.old_url AS old_url_3, t0.new_url AS new_url_4 FROM redirects t0 WHERE t0.old_url = ? LIMIT 1" (parameters: [ 1 => "/_fragment?_path=_format%3Dhtml%26_locale%3Dit%26_controller%3DApp%255CController%255CIncludeController%253A%253Aheader" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.old_url AS old_url_3, t0.new_url AS new_url_4 FROM redirects t0 WHERE t0.old_url = ? LIMIT 1" "params" => [ 1 => "/_fragment?_path=_format%3Dhtml%26_locale%3Dit%26_controller%3DApp%255CController%255CIncludeController%253A%253Aheader" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.type AS type_2, t0.old_url AS old_url_3, t0.new_url AS new_url_4 FROM redirects t0 WHERE t0.old_url = ? LIMIT 1" (parameters: [ 1 => "/_fragment?_path=_format%3Dhtml%26_locale%3Dit%26_controller%3DApp%255CController%255CIncludeController%253A%253Aheader" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.old_url AS old_url_3, t0.new_url AS new_url_4 FROM redirects t0 WHERE t0.old_url = ? LIMIT 1" "params" => [ 1 => "/_fragment?_path=_format%3Dhtml%26_locale%3Dit%26_controller%3DApp%255CController%255CIncludeController%253A%253Aheader" ] "types" => [ 1 => 2 ] ] |
| 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\UX\Turbo\Request\RequestListener::__invoke".
event
[ "event" => "kernel.request" "listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke" ] |
| 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 "App\EventListener\SQLInjectionSanification::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "App\EventListener\SQLInjectionSanification::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "App\EventListener\MaintenanceListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "App\EventListener\MaintenanceListener::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 "App\EventListener\OldUrlRedirects::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "App\EventListener\OldUrlRedirects::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 "App\EventListener\OldUrlRedirects::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "App\EventListener\OldUrlRedirects::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest" ] |
| 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 "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\EventListener\UrlListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "App\EventListener\UrlListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "App\EventListener\RequestListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "App\EventListener\RequestListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest" ] |
| 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_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 "ContainerJPuqtDZ\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments".
event
[ "event" => "kernel.controller_arguments" "listener" => "ContainerJPuqtDZ\RequestPayloadValueResolverGhost01ca9cc::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 t0.id AS id_1, t0.lang AS lang_2, t0.label AS label_3 FROM langs t0 WHERE t0.lang = ? LIMIT 1" (parameters: [ 1 => "it" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.lang AS lang_2, t0.label AS label_3 FROM langs t0 WHERE t0.lang = ? LIMIT 1" "params" => [ 1 => "it" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT s0_.id AS id_0, s0_.text AS text_1, s0_.meta_title AS meta_title_2, s0_.meta_description AS meta_description_3, s1_.exa_color AS exa_color_4, s1_.font_color AS font_color_5, s0_.static_text_id AS static_text_id_6, s0_.lang_id AS lang_id_7 FROM static_texts s1_ INNER JOIN static_text_langs s0_ ON (s1_.id = s0_.static_text_id) WHERE s1_.type = ? AND s0_.lang_id = ? AND (s1_.valid_from IS NULL OR s1_.valid_from <= ?) AND (s1_.valid_to IS NULL OR s1_.valid_to >= ?) ORDER BY s1_.id DESC LIMIT 1" (parameters: [ 1 => "header" 2 => 1 3 => "2025-12-18 15:00:36" 4 => "2025-12-18 15:00:36" ], types: [ 1 => 2 2 => 1 3 => 2 4 => 2 ])
doctrine
[ "sql" => "SELECT s0_.id AS id_0, s0_.text AS text_1, s0_.meta_title AS meta_title_2, s0_.meta_description AS meta_description_3, s1_.exa_color AS exa_color_4, s1_.font_color AS font_color_5, s0_.static_text_id AS static_text_id_6, s0_.lang_id AS lang_id_7 FROM static_texts s1_ INNER JOIN static_text_langs s0_ ON (s1_.id = s0_.static_text_id) WHERE s1_.type = ? AND s0_.lang_id = ? AND (s1_.valid_from IS NULL OR s1_.valid_from <= ?) AND (s1_.valid_to IS NULL OR s1_.valid_to >= ?) ORDER BY s1_.id DESC LIMIT 1" "params" => [ 1 => "header" 2 => 1 3 => "2025-12-18 15:00:36" 4 => "2025-12-18 15:00:36" ] "types" => [ 1 => 2 2 => 1 3 => 2 4 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.lang AS lang_2, t0.label AS label_3 FROM langs t0 WHERE t0.lang = ? LIMIT 1" (parameters: [ 1 => "it" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.lang AS lang_2, t0.label AS label_3 FROM langs t0 WHERE t0.lang = ? LIMIT 1" "params" => [ 1 => "it" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c0_.parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c0_.is_online = 1 AND c0_.show_in_menu = 1 AND c0_.parent_id IS NULL AND c1_.lang_id = ? ORDER BY c0_.ordine ASC" (parameters: [ 1 => 1 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c0_.parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c0_.is_online = 1 AND c0_.show_in_menu = 1 AND c0_.parent_id IS NULL AND c1_.lang_id = ? ORDER BY c0_.ordine ASC" "params" => [ 1 => 1 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c0_.parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c0_.is_online = 1 AND c0_.show_in_menu = 1 AND c0_.parent_id = ? AND c1_.lang_id = ? ORDER BY c0_.ordine ASC" (parameters: [ 1 => 1 2 => 1 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c0_.parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c0_.is_online = 1 AND c0_.show_in_menu = 1 AND c0_.parent_id = ? AND c1_.lang_id = ? ORDER BY c0_.ordine ASC" "params" => [ 1 => 1 2 => 1 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c0_.parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c0_.is_online = 1 AND c0_.show_in_menu = 1 AND c0_.parent_id = ? AND c1_.lang_id = ? ORDER BY c0_.ordine ASC" (parameters: [ 1 => 5 2 => 1 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c0_.parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c0_.is_online = 1 AND c0_.show_in_menu = 1 AND c0_.parent_id = ? AND c1_.lang_id = ? ORDER BY c0_.ordine ASC" "params" => [ 1 => 5 2 => 1 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c0_.parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c0_.is_online = 1 AND c0_.show_in_menu = 1 AND c0_.parent_id = ? AND c1_.lang_id = ? ORDER BY c0_.ordine ASC" (parameters: [ 1 => 4 2 => 1 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c0_.parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c0_.is_online = 1 AND c0_.show_in_menu = 1 AND c0_.parent_id = ? AND c1_.lang_id = ? ORDER BY c0_.ordine ASC" "params" => [ 1 => 4 2 => 1 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c0_.parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c0_.is_online = 1 AND c0_.show_in_menu = 1 AND c0_.parent_id = ? AND c1_.lang_id = ? ORDER BY c0_.ordine ASC" (parameters: [ 1 => 457 2 => 1 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c0_.parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c0_.is_online = 1 AND c0_.show_in_menu = 1 AND c0_.parent_id = ? AND c1_.lang_id = ? ORDER BY c0_.ordine ASC" "params" => [ 1 => 457 2 => 1 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c0_.parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c0_.is_online = 1 AND c0_.show_in_menu = 1 AND c0_.parent_id = ? AND c1_.lang_id = ? ORDER BY c0_.ordine ASC" (parameters: [ 1 => 2 2 => 1 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c0_.parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c0_.is_online = 1 AND c0_.show_in_menu = 1 AND c0_.parent_id = ? AND c1_.lang_id = ? ORDER BY c0_.ordine ASC" "params" => [ 1 => 2 2 => 1 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c0_.parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c0_.is_online = 1 AND c0_.show_in_menu = 1 AND c0_.parent_id = ? AND c1_.lang_id = ? ORDER BY c0_.ordine ASC" (parameters: [ 1 => 7 2 => 1 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c0_.parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c0_.is_online = 1 AND c0_.show_in_menu = 1 AND c0_.parent_id = ? AND c1_.lang_id = ? ORDER BY c0_.ordine ASC" "params" => [ 1 => 7 2 => 1 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c0_.parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c0_.is_online = 1 AND c0_.show_in_menu = 1 AND c0_.parent_id = ? AND c1_.lang_id = ? ORDER BY c0_.ordine ASC" (parameters: [ 1 => 6 2 => 1 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c0_.parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c0_.is_online = 1 AND c0_.show_in_menu = 1 AND c0_.parent_id = ? AND c1_.lang_id = ? ORDER BY c0_.ordine ASC" "params" => [ 1 => 6 2 => 1 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c0_.parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c0_.is_online = 1 AND c0_.show_in_menu = 1 AND c0_.parent_id = ? AND c1_.lang_id = ? ORDER BY c0_.ordine ASC" (parameters: [ 1 => 456 2 => 1 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c0_.parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c0_.is_online = 1 AND c0_.show_in_menu = 1 AND c0_.parent_id = ? AND c1_.lang_id = ? ORDER BY c0_.ordine ASC" "params" => [ 1 => 456 2 => 1 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c0_.parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c0_.is_online = 1 AND c0_.show_in_menu = 1 AND c0_.parent_id = ? AND c1_.lang_id = ? ORDER BY c0_.ordine ASC" (parameters: [ 1 => 475 2 => 1 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c0_.parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c0_.is_online = 1 AND c0_.show_in_menu = 1 AND c0_.parent_id = ? AND c1_.lang_id = ? ORDER BY c0_.ordine ASC" "params" => [ 1 => 475 2 => 1 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing statement: "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c0_.parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c0_.is_online = 1 AND c0_.show_in_menu = 1 AND c0_.parent_id = ? AND c1_.lang_id = ? ORDER BY c0_.ordine ASC" (parameters: [ 1 => 476 2 => 1 ], types: [ 1 => 1 2 => 1 ])
doctrine
[ "sql" => "SELECT c0_.id AS id_0, c0_.custom_category AS custom_category_1, c0_.ordine AS ordine_2, c0_.is_online AS is_online_3, c0_.show_in_menu AS show_in_menu_4, c0_.parent_id AS parent_id_5 FROM custom_categories c0_ INNER JOIN custom_categories_lang c1_ ON (c1_.custom_category_id = c0_.id) WHERE c0_.is_online = 1 AND c0_.show_in_menu = 1 AND c0_.parent_id = ? AND c1_.lang_id = ? ORDER BY c0_.ordine ASC" "params" => [ 1 => 476 2 => 1 ] "types" => [ 1 => 1 2 => 1 ] ] |
| debug |
Executing query: "SELECT t0.id AS id_1, t0.lang AS lang_2, t0.label AS label_3 FROM langs t0"
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.lang AS lang_2, t0.label AS label_3 FROM langs t0" ] |
| debug |
Executing query: "SELECT t0.id AS id_1, t0.listino AS listino_2, t0.currency_id AS currency_id_3 FROM listini t0"
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.listino AS listino_2, t0.currency_id AS currency_id_3 FROM listini t0" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 5 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 5 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 116 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 116 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 354 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 354 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 421 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 421 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 470 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 470 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 171 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 171 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 234 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 234 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 235 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 235 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 471 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 471 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 401 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 401 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 402 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 402 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 428 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 428 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 4 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 4 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 183 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 183 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 184 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 184 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 188 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 188 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 373 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 373 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 191 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 191 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 414 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 414 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 326 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 326 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 438 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 438 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 374 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 374 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 413 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 413 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 442 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 442 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 457 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 457 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 458 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 458 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 459 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 459 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 462 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 462 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 464 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 464 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 472 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 472 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 463 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 463 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 460 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 460 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 461 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 461 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 2 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 2 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 7 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 7 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 122 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 122 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 423 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 423 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 424 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 424 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 425 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 425 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 131 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 131 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 148 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 148 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 236 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 236 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 473 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 473 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 6 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 6 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 415 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 415 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 196 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 196 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 436 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 436 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 440 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 440 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 197 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 197 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 456 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 456 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 466 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 466 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 469 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 469 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 474 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 474 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 468 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 468 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 467 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 467 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 475 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 475 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 476 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 476 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 477 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 477 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 478 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 478 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 479 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 479 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 480 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 480 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" (parameters: [ 1 => 481 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.category_name AS category_name_2, t0.category_url AS category_url_3, t0.meta_title AS meta_title_4, t0.meta_description AS meta_description_5, t0.frontend_description AS frontend_description_6, t0.meta_h1 AS meta_h1_7, t0.meta_h2 AS meta_h2_8, t0.custom_category_id AS custom_category_id_9, t0.lang_id AS lang_id_10 FROM custom_categories_lang t0 WHERE t0.custom_category_id = ?" "params" => [ 1 => 481 ] "types" => [ 1 => 1 ] ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "App\EventListener\RequestListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "App\EventListener\RequestListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::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 "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::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" ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.type AS type_2, t0.old_url AS old_url_3, t0.new_url AS new_url_4 FROM redirects t0 WHERE t0.old_url = ? LIMIT 1" (parameters: [ 1 => "/_fragment?_path=_format%3Dhtml%26_locale%3Dit%26_controller%3DApp%255CController%255CIncludeController%253A%253Afooter" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.old_url AS old_url_3, t0.new_url AS new_url_4 FROM redirects t0 WHERE t0.old_url = ? LIMIT 1" "params" => [ 1 => "/_fragment?_path=_format%3Dhtml%26_locale%3Dit%26_controller%3DApp%255CController%255CIncludeController%253A%253Afooter" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.type AS type_2, t0.old_url AS old_url_3, t0.new_url AS new_url_4 FROM redirects t0 WHERE t0.old_url = ? LIMIT 1" (parameters: [ 1 => "/_fragment?_path=_format%3Dhtml%26_locale%3Dit%26_controller%3DApp%255CController%255CIncludeController%253A%253Afooter" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.type AS type_2, t0.old_url AS old_url_3, t0.new_url AS new_url_4 FROM redirects t0 WHERE t0.old_url = ? LIMIT 1" "params" => [ 1 => "/_fragment?_path=_format%3Dhtml%26_locale%3Dit%26_controller%3DApp%255CController%255CIncludeController%253A%253Afooter" ] "types" => [ 1 => 2 ] ] |
| 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\UX\Turbo\Request\RequestListener::__invoke".
event
[ "event" => "kernel.request" "listener" => "Symfony\UX\Turbo\Request\RequestListener::__invoke" ] |
| 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 "App\EventListener\SQLInjectionSanification::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "App\EventListener\SQLInjectionSanification::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "App\EventListener\MaintenanceListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "App\EventListener\MaintenanceListener::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 "App\EventListener\OldUrlRedirects::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "App\EventListener\OldUrlRedirects::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 "App\EventListener\OldUrlRedirects::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "App\EventListener\OldUrlRedirects::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelRequest" ] |
| 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 "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\EventListener\UrlListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "App\EventListener\UrlListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "App\EventListener\RequestListener::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "App\EventListener\RequestListener::onKernelRequest" ] |
| debug |
Notified event "kernel.request" to listener "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest".
event
[ "event" => "kernel.request" "listener" => "Knp\Bundle\PaginatorBundle\Subscriber\SlidingPaginationSubscriber::onKernelRequest" ] |
| 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_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 "ContainerJPuqtDZ\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments".
event
[ "event" => "kernel.controller_arguments" "listener" => "ContainerJPuqtDZ\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments" ] |
| debug |
Notified event "kernel.controller_arguments" to listener "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments".
event
[ "event" => "kernel.controller_arguments" "listener" => "Symfony\Component\HttpKernel\EventListener\ErrorListener::onControllerArguments" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "App\EventListener\RequestListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "App\EventListener\RequestListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::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 "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::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" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\AssetMapper\AssetMapperDevServerSubscriber::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "App\EventListener\RequestListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "App\EventListener\RequestListener::onKernelResponse" ] |
| debug |
Notified event "kernel.response" to listener "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager::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 "Symfony\Component\Security\Http\RememberMe\ResponseListener::onKernelResponse".
event
[ "event" => "kernel.response" "listener" => "Symfony\Component\Security\Http\RememberMe\ResponseListener::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 (1624)
Log messages generated during the compilation of the service container.
| Messages | Class |
|---|---|
| 328 |
|
| 242 |
|
| 137 |
|
| 381 |
|
| 140 |
|
| 392 |
|
| 1 |
|
| 3 |
|