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" => "canadian_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" => "canadian_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/bambino" ], 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/bambino" ] "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/bambino" ], 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/bambino" ] "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" => "bambino" ] "request_uri" => "http://canadian-interno.inol3.com/it-it/bambino" "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 |
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 "ContainerO5wR0KT\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments".
event
[ "event" => "kernel.controller_arguments" "listener" => "ContainerO5wR0KT\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 => "bambino" 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 => "bambino" 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 => 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 => 38 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 => 38 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 => 94 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 => 94 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 => 41 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 => 41 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_c76c5bbd3d39a4864e7d5b72e07a9d52"
cache
[ "key" => "availablesizes_c76c5bbd3d39a4864e7d5b72e07a9d52" ] |
| 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 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 ) 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 14:29:47')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 14:29:47')\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 14:29:47'\n AND\n pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 14:29:47',\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', '400x600_CN')\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 COALESCE(ll.label_value, l.label)\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n LEFT 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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 = 5 ORDER BY pco.sequence ASC, pe.ordine ASC\n ) AS exploded_colors,\n (\n SELECT GROUP_CONCAT(DISTINCT CONCAT(ps.size_id, ':', COALESCE(sc.conversion, s.size))\n ORDER BY sc.sequence ASC, s.size ASC SEPARATOR ',')\n FROM products_skews AS ps\n INNER JOIN products AS p2 ON p2.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 = p2.linea_id\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n ORDER BY sc.sequence ASC, s.size ASC\n ) AS exploded_sizes , 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, 5) 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, 5,74,39,40,95,42,43)\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 0, 20 """(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 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 ) 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 14:29:47')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 14:29:47')\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 14:29:47'\n AND\n pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 14:29:47',\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', '400x600_CN')\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 COALESCE(ll.label_value, l.label)\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n LEFT 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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 = 5 ORDER BY pco.sequence ASC, pe.ordine ASC\n ) AS exploded_colors,\n (\n SELECT GROUP_CONCAT(DISTINCT CONCAT(ps.size_id, ':', COALESCE(sc.conversion, s.size))\n ORDER BY sc.sequence ASC, s.size ASC SEPARATOR ',')\n FROM products_skews AS ps\n INNER JOIN products AS p2 ON p2.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 = p2.linea_id\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n ORDER BY sc.sequence ASC, s.size ASC\n ) AS exploded_sizes , 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, 5) 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, 5,74,39,40,95,42,43)\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 0, 20 """ "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 => 21110 ], 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 => 21110 ] "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 => 21110 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 => 21110 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 => 21111 ], 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 => 21111 ] "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 => 21111 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 => 21111 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 => 21120 ], 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 => 21120 ] "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 => 21120 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 => 21120 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 => 24306 ], 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 => 24306 ] "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 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 24306 2 => 5940 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 24306 2 => 5940 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 => 21098 ], 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 => 21098 ] "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 => 21098 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 => 21098 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 => 24290 ], 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 => 24290 ] "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 => 24290 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 => 24290 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 => 24288 ], 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 => 24288 ] "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 => 24288 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 => 24288 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 => 21094 ], 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 => 21094 ] "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 => 21094 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 => 21094 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 => 21102 ], 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 => 21102 ] "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 => 21102 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 => 21102 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 => 21104 ], 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 => 21104 ] "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 => 21104 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 => 21104 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 => 24282 ], 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 => 24282 ] "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 => 24282 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 => 24282 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 => 21077 ], 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 => 21077 ] "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 => "RELBLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RELBLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21077 2 => 7321 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21077 2 => 7321 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 => 21081 ], 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 => 21081 ] "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 => "RELBLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RELBLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21081 2 => 7321 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21081 2 => 7321 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 => 21073 ], 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 => 21073 ] "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 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21073 2 => 5940 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21073 2 => 5940 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 => 21069 ], 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 => 21069 ] "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 => "BKOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21069 2 => 7667 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21069 2 => 7667 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 => 20603 ], 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 => 20603 ] "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 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 20603 2 => 5940 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 20603 2 => 5940 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 => 20602 ], 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 => 20602 ] "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 => "WHSAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHSAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 20602 2 => 10875 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 20602 2 => 10875 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 => 15566 ], 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 => 15566 ] "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 => "ARM" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "ARM" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15566 2 => 11 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15566 2 => 11 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 => 15574 ], 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 => 15574 ] "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 => "ROBE" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "ROBE" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15574 2 => 2810 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15574 2 => 2810 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 => 15584 ], 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 => 15584 ] "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 => "LIROS" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LIROS" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15584 2 => 6234 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15584 2 => 6234 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 (21110,21111,21120,24306,21098,24290,24288,21094,21102,21104,24282,21077,21081,21073,21069,20603,20602,15566,15574,15584)\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 (21110,21111,21120,24306,21098,24290,24288,21094,21102,21104,24282,21077,21081,21073,21069,20603,20602,15566,15574,15584)\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_f24293b59f93c00fbd68cd39fe340998"
cache
[ "key" => "availablecolors_f24293b59f93c00fbd68cd39fe340998" ] |
| 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 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 ) 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 14:29:47')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 14:29:47')\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 14:29:47'\n AND\n pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 14:29:47',\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', '400x600_CN')\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 COALESCE(ll.label_value, l.label)\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n LEFT 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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 = 5 ORDER BY pco.sequence ASC, pe.ordine ASC\n ) AS exploded_colors,\n (\n SELECT GROUP_CONCAT(DISTINCT CONCAT(ps.size_id, ':', COALESCE(sc.conversion, s.size))\n ORDER BY sc.sequence ASC, s.size ASC SEPARATOR ',')\n FROM products_skews AS ps\n INNER JOIN products AS p2 ON p2.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 = p2.linea_id\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n ORDER BY sc.sequence ASC, s.size ASC\n ) AS exploded_sizes , 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, 5) 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, 5,74,39,40,95,42,43)\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 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 ) 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 14:29:47')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 14:29:47')\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 14:29:47'\n AND\n pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 14:29:47',\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', '400x600_CN')\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 COALESCE(ll.label_value, l.label)\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n LEFT 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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 = 5 ORDER BY pco.sequence ASC, pe.ordine ASC\n ) AS exploded_colors,\n (\n SELECT GROUP_CONCAT(DISTINCT CONCAT(ps.size_id, ':', COALESCE(sc.conversion, s.size))\n ORDER BY sc.sequence ASC, s.size ASC SEPARATOR ',')\n FROM products_skews AS ps\n INNER JOIN products AS p2 ON p2.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 = p2.linea_id\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n ORDER BY sc.sequence ASC, s.size ASC\n ) AS exploded_sizes , 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, 5) 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, 5,74,39,40,95,42,43)\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 => "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 => 21110 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 => 21110 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 => 21111 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 => 21111 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 => 21120 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 => 21120 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 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 24306 2 => 5940 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 24306 2 => 5940 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 => 21098 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 => 21098 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 => 24290 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 => 24290 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 => 24288 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 => 24288 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 => 21094 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 => 21094 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 => 21102 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 => 21102 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 => 21104 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 => 21104 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 => 24282 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 => 24282 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 => "RELBLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RELBLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21077 2 => 7321 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21077 2 => 7321 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 => "RELBLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RELBLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21081 2 => 7321 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21081 2 => 7321 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 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21073 2 => 5940 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21073 2 => 5940 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 => "BKOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21069 2 => 7667 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21069 2 => 7667 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 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 20603 2 => 5940 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 20603 2 => 5940 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 => "WHSAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHSAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 20602 2 => 10875 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 20602 2 => 10875 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 => "ARM" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "ARM" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15566 2 => 11 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15566 2 => 11 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 => "ROBE" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "ROBE" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15574 2 => 2810 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15574 2 => 2810 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 => "LIROS" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LIROS" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15584 2 => 6234 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15584 2 => 6234 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 => 15580 ], 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 => 15580 ] "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 => "RELPB" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RELPB" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15580 2 => 6238 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15580 2 => 6238 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 => 15585 ], 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 => 15585 ] "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 => "RELPB" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RELPB" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15585 2 => 6238 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15585 2 => 6238 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 (21110,21111,21120,24306,21098,24290,24288,21094,21102,21104,24282,21077,21081,21073,21069,20603,20602,15566,15574,15584,15580,15585)\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 (21110,21111,21120,24306,21098,24290,24288,21094,21102,21104,24282,21077,21081,21073,21069,20603,20602,15566,15574,15584,15580,15585)\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_f24293b59f93c00fbd68cd39fe340998"
cache
[ "key" => "availableprices_f24293b59f93c00fbd68cd39fe340998" ] |
| 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 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 ) 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 14:29:47')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 14:29:47')\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 14:29:47'\n AND\n pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 14:29:47',\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', '400x600_CN')\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 COALESCE(ll.label_value, l.label)\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n LEFT 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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 = 5 ORDER BY pco.sequence ASC, pe.ordine ASC\n ) AS exploded_colors,\n (\n SELECT GROUP_CONCAT(DISTINCT CONCAT(ps.size_id, ':', COALESCE(sc.conversion, s.size))\n ORDER BY sc.sequence ASC, s.size ASC SEPARATOR ',')\n FROM products_skews AS ps\n INNER JOIN products AS p2 ON p2.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 = p2.linea_id\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n ORDER BY sc.sequence ASC, s.size ASC\n ) AS exploded_sizes , 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, 5) 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, 5,74,39,40,95,42,43)\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 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 ) 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 14:29:47')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 14:29:47')\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 14:29:47'\n AND\n pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 14:29:47',\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', '400x600_CN')\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 COALESCE(ll.label_value, l.label)\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n LEFT 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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 = 5 ORDER BY pco.sequence ASC, pe.ordine ASC\n ) AS exploded_colors,\n (\n SELECT GROUP_CONCAT(DISTINCT CONCAT(ps.size_id, ':', COALESCE(sc.conversion, s.size))\n ORDER BY sc.sequence ASC, s.size ASC SEPARATOR ',')\n FROM products_skews AS ps\n INNER JOIN products AS p2 ON p2.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 = p2.linea_id\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n ORDER BY sc.sequence ASC, s.size ASC\n ) AS exploded_sizes , 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, 5) 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, 5,74,39,40,95,42,43)\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 => "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 => 21110 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 => 21110 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 => 21111 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 => 21111 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 => 21120 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 => 21120 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 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 24306 2 => 5940 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 24306 2 => 5940 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 => 21098 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 => 21098 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 => 24290 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 => 24290 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 => 24288 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 => 24288 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 => 21094 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 => 21094 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 => 21102 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 => 21102 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 => 21104 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 => 21104 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 => 24282 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 => 24282 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 => "RELBLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RELBLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21077 2 => 7321 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21077 2 => 7321 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 => "RELBLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RELBLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21081 2 => 7321 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21081 2 => 7321 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 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21073 2 => 5940 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21073 2 => 5940 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 => "BKOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21069 2 => 7667 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21069 2 => 7667 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 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 20603 2 => 5940 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 20603 2 => 5940 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 => "WHSAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHSAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 20602 2 => 10875 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 20602 2 => 10875 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 => "ARM" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "ARM" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15566 2 => 11 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15566 2 => 11 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 => "ROBE" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "ROBE" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15574 2 => 2810 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15574 2 => 2810 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 => "LIROS" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LIROS" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15584 2 => 6234 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15584 2 => 6234 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 => "RELPB" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RELPB" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15580 2 => 6238 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15580 2 => 6238 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 => "RELPB" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RELPB" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15585 2 => 6238 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15585 2 => 6238 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 (21110,21111,21120,24306,21098,24290,24288,21094,21102,21104,24282,21077,21081,21073,21069,20603,20602,15566,15574,15584,15580,15585)\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 (21110,21111,21120,24306,21098,24290,24288,21094,21102,21104,24282,21077,21081,21073,21069,20603,20602,15566,15574,15584,15580,15585)\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 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 ) 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 14:29:47')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 14:29:47')\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 14:29:47'\n AND\n pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 14:29:47',\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', '400x600_CN')\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 COALESCE(ll.label_value, l.label)\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n LEFT 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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 = 5 ORDER BY pco.sequence ASC, pe.ordine ASC\n ) AS exploded_colors,\n (\n SELECT GROUP_CONCAT(DISTINCT CONCAT(ps.size_id, ':', COALESCE(sc.conversion, s.size))\n ORDER BY sc.sequence ASC, s.size ASC SEPARATOR ',')\n FROM products_skews AS ps\n INNER JOIN products AS p2 ON p2.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 = p2.linea_id\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n ORDER BY sc.sequence ASC, s.size ASC\n ) AS exploded_sizes , 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, 5) 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, 5,74,39,40,95,42,43)\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 0, 20 """(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 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 ) 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 14:29:47')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 14:29:47')\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 14:29:47'\n AND\n pr.discounted_price_to IS NULL OR pr.discounted_price_to >= '2025-12-18 14:29:47',\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', '400x600_CN')\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 COALESCE(ll.label_value, l.label)\n FROM labels_products_br AS lpb\n INNER JOIN labels AS l ON l.id = lpb.label_id\n LEFT 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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 14:29:47')\n AND (l.valid_to IS NULL OR l.valid_to >= '2025-12-18 14:29:47')\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 = 5 ORDER BY pco.sequence ASC, pe.ordine ASC\n ) AS exploded_colors,\n (\n SELECT GROUP_CONCAT(DISTINCT CONCAT(ps.size_id, ':', COALESCE(sc.conversion, s.size))\n ORDER BY sc.sequence ASC, s.size ASC SEPARATOR ',')\n FROM products_skews AS ps\n INNER JOIN products AS p2 ON p2.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 = p2.linea_id\n WHERE ps.product_id = p.id\n AND ps.qty > 0\n AND ps.is_online = 1\n ORDER BY sc.sequence ASC, s.size ASC\n ) AS exploded_sizes , 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, 5) 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, 5,74,39,40,95,42,43)\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 0, 20 """ "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 => "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 => 21110 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 => 21110 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 => 21111 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 => 21111 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 => 21120 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 => 21120 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 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 24306 2 => 5940 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 24306 2 => 5940 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 => 21098 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 => 21098 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 => 24290 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 => 24290 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 => 24288 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 => 24288 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 => 21094 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 => 21094 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 => 21102 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 => 21102 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 => 21104 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 => 21104 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 => 24282 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 => 24282 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 => "RELBLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RELBLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21077 2 => 7321 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21077 2 => 7321 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 => "RELBLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RELBLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21081 2 => 7321 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21081 2 => 7321 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 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21073 2 => 5940 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21073 2 => 5940 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 => "BKOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 21069 2 => 7667 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 21069 2 => 7667 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 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 20603 2 => 5940 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 20603 2 => 5940 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 => "WHSAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHSAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 20602 2 => 10875 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 20602 2 => 10875 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 => "ARM" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "ARM" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15566 2 => 11 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15566 2 => 11 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 => "ROBE" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "ROBE" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15574 2 => 2810 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15574 2 => 2810 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 => "LIROS" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LIROS" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" (parameters: [ 1 => 15584 2 => 6234 3 => 1 ], types: [ 1 => 1 2 => 1 3 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.photo_path AS photo_path_2, t0.photo_path_reduced AS photo_path_reduced_3, t0.brand_name AS brand_name_4, t0.color_name AS color_name_5, t0.season_label AS season_label_6, t0.insert_timestamp AS insert_timestamp_7, t0.product_id AS product_id_8, t0.color_id AS color_id_9, t0.phototype_id AS phototype_id_10, t0.season_id AS season_id_11 FROM skews_photos t0 WHERE t0.product_id = ? AND t0.color_id = ? AND t0.phototype_id = ? ORDER BY t0.season_id DESC LIMIT 1" "params" => [ 1 => 15584 2 => 6234 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 = 5 /* 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 = 21110\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 = 5 /* 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 = 21110\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 => 694608 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694608 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2 FROM sizes t0 WHERE t0.id = ?" (parameters: [ 1 => 16 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2 FROM sizes t0 WHERE t0.id = ?" "params" => [ 1 => 16 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694610 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694610 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2 FROM sizes t0 WHERE t0.id = ?" (parameters: [ 1 => 17 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2 FROM sizes t0 WHERE t0.id = ?" "params" => [ 1 => 17 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694611 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694611 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2 FROM sizes t0 WHERE t0.id = ?" (parameters: [ 1 => 18 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2 FROM sizes t0 WHERE t0.id = ?" "params" => [ 1 => 18 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694612 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694612 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2 FROM sizes t0 WHERE t0.id = ?" (parameters: [ 1 => 19 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2 FROM sizes t0 WHERE t0.id = ?" "params" => [ 1 => 19 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694613 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694613 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2 FROM sizes t0 WHERE t0.id = ?" (parameters: [ 1 => 20 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2 FROM sizes t0 WHERE t0.id = ?" "params" => [ 1 => 20 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694614 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694614 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2 FROM sizes t0 WHERE t0.id = ?" (parameters: [ 1 => 21 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2 FROM sizes t0 WHERE t0.id = ?" "params" => [ 1 => 21 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694615 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694615 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2 FROM sizes t0 WHERE t0.id = ?" (parameters: [ 1 => 22 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2 FROM sizes t0 WHERE t0.id = ?" "params" => [ 1 => 22 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694616 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694616 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2 FROM sizes t0 WHERE t0.id = ?" (parameters: [ 1 => 23 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2 FROM sizes t0 WHERE t0.id = ?" "params" => [ 1 => 23 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694618 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694618 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694620 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694620 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694621 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694621 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694622 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694622 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694623 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694623 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694624 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694624 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694625 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694625 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694626 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694626 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" (parameters: [ 1 => 911 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" "params" => [ 1 => 911 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 => 694628 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694628 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 => 694630 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694630 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 => 694631 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694631 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 => 694632 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694632 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 => 694633 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694633 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 => 694634 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694634 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 => 694635 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694635 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 => 694638 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694638 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BKOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694640 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694640 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BKOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694641 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694641 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BKOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694642 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694642 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BKOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694643 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694643 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BKOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694644 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694644 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BKOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694645 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694645 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BKOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKOL" ] "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 => 21110 2 => "BKBK" 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 => 21110 2 => "BKBK" 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 = 5 /* 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 = 21111\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 = 5 /* 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 = 21111\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 => 694656 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694656 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694658 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694658 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694660 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694660 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694661 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694661 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694662 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694662 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694663 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694663 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694664 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694664 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694665 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694665 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694666 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694666 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694668 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694668 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694670 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694670 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694671 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694671 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694672 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694672 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694673 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694673 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694674 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694674 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694675 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694675 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694676 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694676 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 => 694678 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694678 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 => 694680 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694680 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 => 694681 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694681 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 => 694682 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694682 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 => 694683 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694683 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 => 694684 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694684 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 => 694685 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694685 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 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 => 21111 2 => "BKBK" 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 => 21111 2 => "BKBK" 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 = 5 /* 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 = 21120\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 = 5 /* 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 = 21120\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 => 695051 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 695051 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 695053 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 695053 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 695055 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 695055 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 695056 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 695056 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 695057 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 695057 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 695058 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 695058 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 695059 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 695059 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 695060 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 695060 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 695061 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 695061 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 695063 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 695063 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 695065 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 695065 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 695066 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 695066 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 695067 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 695067 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 695068 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 695068 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 695069 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 695069 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 695070 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 695070 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 695083 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 695083 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHSAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHSAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 695085 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 695085 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHSAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHSAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 695086 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 695086 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHSAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHSAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 695087 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 695087 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHSAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHSAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 695088 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 695088 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHSAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHSAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 695089 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 695089 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHSAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHSAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 695090 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 695090 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHSAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHSAN" ] "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 => 21120 2 => "BKBK" 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 => 21120 2 => "BKBK" 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 = 5 /* 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 = 24306\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 = 5 /* 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 = 24306\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 => 787495 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 787495 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 787497 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 787497 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 787499 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 787499 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 787500 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 787500 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 787501 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 787501 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 787502 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 787502 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 787503 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 787503 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 787504 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 787504 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "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 => 24306 2 => "DKNAV" 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 => 24306 2 => "DKNAV" 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 = 5 /* 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 = 21098\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 = 5 /* 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 = 21098\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 => 694121 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694121 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 => 694123 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694123 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 => 694125 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694125 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 => 694126 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694126 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 => 694127 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694127 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 => 694128 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694128 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 => 694129 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694129 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 => 694130 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694130 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 => 694133 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694133 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694135 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694135 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694136 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694136 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694137 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694137 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694138 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694138 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694139 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694139 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694140 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694140 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "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 => 21098 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 => 21098 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 = 5 /* 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 = 24290\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 = 5 /* 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 = 24290\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 => 787017 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 787017 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 787019 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 787019 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 787020 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 787020 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 787021 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 787021 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 787022 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 787022 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 787023 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 787023 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 787024 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 787024 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 787027 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 787027 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 787029 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 787029 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 787030 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 787030 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 787031 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 787031 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 787032 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 787032 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 787033 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 787033 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 787034 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 787034 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 787035 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 787035 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 => 787037 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 787037 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 => 787039 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 787039 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 => 787040 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 787040 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 => 787041 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 787041 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 => 787042 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 787042 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 => 787043 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 787043 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 => 787044 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 787044 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.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 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 => 24290 2 => "BKBK" 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 => 24290 2 => "BKBK" 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 = 5 /* 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 = 24288\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 = 5 /* 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 = 24288\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 => 786947 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786947 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786949 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786949 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786950 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786950 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786951 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786951 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786952 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786952 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786953 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786953 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786954 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786954 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786957 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786957 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786959 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786959 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786960 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786960 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786961 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786961 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786962 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786962 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786963 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786963 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786964 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786964 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786965 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786965 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" (parameters: [ 1 => 7668 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" "params" => [ 1 => 7668 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786967 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786967 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786969 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786969 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786970 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786970 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786971 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786971 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786972 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786972 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786973 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786973 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786974 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786974 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOAT" ] "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 => 24288 2 => "BKBK" 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 => 24288 2 => "BKBK" 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 = 5 /* 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 = 21094\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 = 5 /* 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 = 21094\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 => 693961 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693961 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693963 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693963 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693965 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693965 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693966 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693966 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693967 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693967 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693968 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693968 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693969 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693969 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693970 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693970 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693991 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693991 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693993 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693993 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693995 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693995 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693996 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693996 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693997 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693997 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693998 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693998 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693999 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693999 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694000 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694000 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOAT" ] "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 => 21094 2 => "BKBK" 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 => 21094 2 => "BKBK" 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 = 5 /* 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 = 21102\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 = 5 /* 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 = 21102\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 => 694261 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694261 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694263 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694263 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694265 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694265 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694266 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694266 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694267 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694267 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694268 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694268 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694269 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694269 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694270 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694270 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694273 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694273 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694275 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694275 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694276 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694276 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694277 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694277 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694278 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694278 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694279 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694279 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694280 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694280 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694301 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694301 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHSAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHSAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694303 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694303 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHSAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHSAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694305 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694305 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHSAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHSAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694306 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694306 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHSAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHSAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694307 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694307 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHSAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHSAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694308 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694308 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHSAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHSAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694309 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694309 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHSAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHSAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694310 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694310 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHSAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHSAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784861 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784861 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" (parameters: [ 1 => 13589 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" "params" => [ 1 => 13589 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MCHP" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MCHP" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784863 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784863 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MCHP" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MCHP" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784864 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784864 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MCHP" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MCHP" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784865 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784865 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MCHP" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MCHP" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784866 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784866 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MCHP" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MCHP" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784867 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784867 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MCHP" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MCHP" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784868 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784868 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MCHP" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MCHP" ] "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 => 21102 2 => "BKBK" 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 => 21102 2 => "BKBK" 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 = 5 /* 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 = 21104\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 = 5 /* 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 = 21104\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 => 694351 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694351 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694353 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694353 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694355 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694355 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694356 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694356 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694357 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694357 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694358 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694358 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694359 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694359 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694360 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694360 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694363 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694363 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694365 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694365 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694366 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694366 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694367 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694367 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694368 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694368 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694369 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694369 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694370 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694370 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694381 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694381 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694383 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694383 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694385 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694385 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694386 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694386 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694387 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694387 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694388 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694388 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694389 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694389 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 694390 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 694390 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOAT" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOAT" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784893 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784893 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MCHP" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MCHP" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784895 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784895 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MCHP" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MCHP" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784897 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784897 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MCHP" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MCHP" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784898 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784898 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MCHP" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MCHP" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784899 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784899 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MCHP" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MCHP" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784900 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784900 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MCHP" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MCHP" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784901 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784901 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MCHP" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MCHP" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784902 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784902 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MCHP" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MCHP" ] "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 => 21104 2 => "BKBK" 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 => 21104 2 => "BKBK" 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 = 5 /* 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 = 24282\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 = 5 /* 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 = 24282\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 => 786685 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786685 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786687 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786687 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786688 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786688 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786689 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786689 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786690 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786690 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786691 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786691 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786692 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786692 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKBK" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786695 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786695 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786697 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786697 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786698 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786698 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786699 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786699 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786700 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786700 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786701 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786701 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786702 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786702 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786715 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786715 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MCHP" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MCHP" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786717 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786717 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MCHP" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MCHP" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786718 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786718 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MCHP" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MCHP" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786719 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786719 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MCHP" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MCHP" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786720 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786720 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MCHP" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MCHP" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786721 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786721 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MCHP" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MCHP" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 786722 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 786722 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "MCHP" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "MCHP" ] "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 => 24282 2 => "BKBK" 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 => 24282 2 => "BKBK" 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 = 5 /* 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 = 21077\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 = 5 /* 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 = 21077\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 => 693239 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693239 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "RELBLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RELBLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693241 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693241 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "RELBLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RELBLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693242 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693242 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "RELBLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RELBLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693243 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693243 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "RELBLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RELBLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693244 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693244 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "RELBLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RELBLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693245 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693245 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "RELBLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RELBLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693246 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693246 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "RELBLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RELBLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693257 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693257 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" (parameters: [ 1 => 9134 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" "params" => [ 1 => 9134 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "REGGOA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "REGGOA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693259 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693259 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "REGGOA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "REGGOA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693261 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693261 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "REGGOA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "REGGOA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693262 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693262 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "REGGOA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "REGGOA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693263 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693263 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "REGGOA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "REGGOA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693264 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693264 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "REGGOA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "REGGOA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693265 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693265 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "REGGOA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "REGGOA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693266 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693266 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "REGGOA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "REGGOA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784641 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784641 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" (parameters: [ 1 => 13579 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" "params" => [ 1 => 13579 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "REDAWB" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "REDAWB" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784643 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784643 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "REDAWB" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "REDAWB" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784644 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784644 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "REDAWB" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "REDAWB" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784645 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784645 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "REDAWB" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "REDAWB" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784646 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784646 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "REDAWB" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "REDAWB" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784647 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784647 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "REDAWB" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "REDAWB" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784648 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784648 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "REDAWB" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "REDAWB" ] "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 => 21077 2 => "RELBLA" 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 => 21077 2 => "RELBLA" 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 = 5 /* 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 = 21081\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 = 5 /* 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 = 21081\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 => 693466 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693466 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "RELBLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RELBLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693468 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693468 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "RELBLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RELBLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693470 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693470 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "RELBLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RELBLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693471 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693471 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "RELBLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RELBLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693472 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693472 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "RELBLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RELBLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693473 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693473 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "RELBLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RELBLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693474 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693474 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "RELBLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RELBLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693475 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693475 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "RELBLA" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RELBLA" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784693 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784693 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" (parameters: [ 1 => 13577 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" "params" => [ 1 => 13577 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "RENABZ" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RENABZ" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784695 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784695 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "RENABZ" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RENABZ" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784696 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784696 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "RENABZ" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RENABZ" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784697 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784697 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "RENABZ" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RENABZ" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784698 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784698 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "RENABZ" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RENABZ" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784699 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784699 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "RENABZ" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RENABZ" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784700 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784700 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "RENABZ" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "RENABZ" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784705 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784705 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "REDAWB" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "REDAWB" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784706 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784706 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "REDAWB" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "REDAWB" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784707 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784707 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "REDAWB" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "REDAWB" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784708 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784708 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "REDAWB" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "REDAWB" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784709 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784709 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "REDAWB" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "REDAWB" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784710 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784710 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "REDAWB" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "REDAWB" ] "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 => 21081 2 => "RELBLA" 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 => 21081 2 => "RELBLA" 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 = 5 /* 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 = 21073\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 = 5 /* 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 = 21073\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 => 693007 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693007 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693009 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693009 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693010 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693010 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693011 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693011 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693012 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693012 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693013 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693013 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693014 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693014 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693027 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693027 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BKOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693029 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693029 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BKOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693030 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693030 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BKOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693031 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693031 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BKOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693032 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693032 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BKOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693033 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693033 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BKOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693034 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693034 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BKOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693039 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693039 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" (parameters: [ 1 => 10926 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" "params" => [ 1 => 10926 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKDEN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKDEN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 693042 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 693042 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKDEN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKDEN" ] "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 => 21073 2 => "DKNAV" 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 => 21073 2 => "DKNAV" 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 = 5 /* 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 = 21069\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 = 5 /* 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 = 21069\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 => 692835 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 692835 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BKOL" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BKOL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784415 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784415 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" (parameters: [ 1 => 13559 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" "params" => [ 1 => 13559 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAVBZ" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAVBZ" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784417 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784417 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAVBZ" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAVBZ" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784419 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784419 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAVBZ" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAVBZ" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784420 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784420 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAVBZ" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAVBZ" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784421 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784421 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAVBZ" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAVBZ" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784422 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784422 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAVBZ" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAVBZ" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784423 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784423 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAVBZ" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAVBZ" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784424 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784424 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "NAVBZ" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "NAVBZ" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784427 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784427 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" (parameters: [ 1 => 13561 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" "params" => [ 1 => 13561 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOLBR" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOLBR" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784430 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784430 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOLBR" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOLBR" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784431 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784431 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOLBR" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOLBR" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784432 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784432 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOLBR" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOLBR" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 784433 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 784433 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "GOLBR" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "GOLBR" ] "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 => 21069 2 => "BKOL" 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 => 21069 2 => "BKOL" 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 = 5 /* 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 = 20603\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 = 5 /* 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 = 20603\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 => 679326 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 679326 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 679327 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 679327 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 679328 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 679328 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 679329 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 679329 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 679330 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 679330 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 679331 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 679331 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 679332 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 679332 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 679333 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 679333 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DKNAV" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DKNAV" ] "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 => 20603 2 => "DKNAV" 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 => 20603 2 => "DKNAV" 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 = 5 /* 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 = 20602\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 = 5 /* 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 = 20602\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 => 679310 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 679310 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHSAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHSAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 679311 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 679311 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHSAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHSAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 679312 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 679312 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHSAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHSAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 679313 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 679313 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHSAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHSAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 679314 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 679314 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHSAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHSAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 679315 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 679315 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "12" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "12" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHSAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHSAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 679316 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 679316 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHSAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHSAN" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 679317 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 679317 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "WHSAN" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "WHSAN" ] "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 => 20602 2 => "WHSAN" 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 => 20602 2 => "WHSAN" 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 = 5 /* 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 = 15566\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 = 5 /* 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 = 15566\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 => 523042 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 523042 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "ARM" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "ARM" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 523051 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 523051 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" (parameters: [ 1 => 115 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" "params" => [ 1 => 115 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description 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, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "YEL" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 523059 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 523059 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" (parameters: [ 1 => 1404 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" "params" => [ 1 => 1404 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "BRRE" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "BRRE" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 678860 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 678860 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "2" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "2" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" (parameters: [ 1 => 526 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2 FROM colors t0 WHERE t0.id = ?" "params" => [ 1 => 526 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DUBLU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DUBLU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 678861 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 678861 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DUBLU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DUBLU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 678862 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 678862 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "6" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "6" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DUBLU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DUBLU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 678863 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 678863 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DUBLU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DUBLU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 678864 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 678864 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DUBLU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DUBLU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 678866 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 678866 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DUBLU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DUBLU" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 678867 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 678867 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "DUBLU" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "DUBLU" ] "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 => 15566 2 => "ARM" 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 => 15566 2 => "ARM" 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 = 5 /* 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 = 15574\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 = 5 /* 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 = 15574\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 => 523295 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 523295 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "4" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "4" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "ROBE" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "ROBE" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 523297 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 523297 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "8" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "8" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "ROBE" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "ROBE" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 523300 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 523300 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "ROBE" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "ROBE" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 523301 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 523301 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "16" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "16" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "ROBE" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "ROBE" ] "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 => 15574 2 => "ROBE" 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 => 15574 2 => "ROBE" 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 = 5 /* 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 = 15584\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 = 5 /* 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 = 15584\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 => 523695 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 523695 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "10" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "10" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LIROS" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LIROS" ] "types" => [ 1 => 2 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" (parameters: [ 1 => 523697 ], types: [ 1 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.sku_code AS sku_code_2, t0.barcode AS barcode_3, t0.qty AS qty_4, t0.is_qty_blocked AS is_qty_blocked_5, t0.is_future AS is_future_6, t0.sent_to_splio AS sent_to_splio_7, t0.is_online AS is_online_8, t0.product_id AS product_id_9, t0.color_id AS color_id_10, t0.size_id AS size_id_11 FROM products_skews t0 WHERE t0.id = ?" "params" => [ 1 => 523697 ] "types" => [ 1 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" (parameters: [ 1 => "14" 2 => 5 ], types: [ 1 => 2 2 => 1 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.size AS size_2, t0.conversion AS conversion_3, t0.sequence AS sequence_4, t0.linea_id AS linea_id_5 FROM size_conversion t0 WHERE t0.size = ? AND t0.linea_id = ? LIMIT 1" "params" => [ 1 => "14" 2 => 5 ] "types" => [ 1 => 2 2 => 1 ] ] |
| debug |
Executing statement: "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" (parameters: [ 1 => "LIROS" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.color AS color_2, t0.description AS description_3, t0.color_start AS color_start_4, t0.color_end AS color_end_5 FROM colors_description t0 WHERE t0.color = ? LIMIT 1" "params" => [ 1 => "LIROS" ] "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 => 15584 2 => "LIROS" 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 => 15584 2 => "LIROS" 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 => "bambino" 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 => "bambino" 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 => 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 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 => "bambino" 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 => "bambino" 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 => "bambino" 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 => "bambino" 2 => 1 ] "types" => [ 1 => 2 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, 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 => "bambino" 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 => "bambino" 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 "ContainerO5wR0KT\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments".
event
[ "event" => "kernel.controller_arguments" "listener" => "ContainerO5wR0KT\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 14:29:48" 4 => "2025-12-18 14:29:48" ], 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 14:29:48" 4 => "2025-12-18 14:29:48" ] "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 => 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 => 17 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 => 17 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 => 90 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 => 90 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 => 19 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 => 19 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 => 23 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 => 23 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 => 32 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 => 32 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 => 92 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 => 92 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 => 34 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 => 34 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 => 81 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 => 81 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 => 82 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 => 82 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 => 38 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 => 38 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 => 94 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 => 94 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 => 41 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 => 41 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 => 9 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 => 9 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 => 44 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 => 44 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 => 48 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 => 48 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 => 49 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 => 49 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 => 60 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 => 60 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 => 61 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 => 61 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 => 62 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 => 62 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.listino AS listino_2, t0.currency_id AS currency_id_3 FROM listini t0 WHERE t0.listino = ? LIMIT 1" (parameters: [ 1 => "it" ], types: [ 1 => 2 ])
doctrine
[ "sql" => "SELECT t0.id AS id_1, t0.listino AS listino_2, t0.currency_id AS currency_id_3 FROM listini t0 WHERE t0.listino = ? 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.listino_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.listino_id = ?" "params" => [ 1 => 1 ] "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.listino_id = ?" (parameters: [ 1 => 2 ], 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.listino_id = ?" "params" => [ 1 => 2 ] "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.listino_id = ?" (parameters: [ 1 => 3 ], 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.listino_id = ?" "params" => [ 1 => 3 ] "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 => 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 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 => 17 ], 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 => 17 ] "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 => 90 ], 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 => 90 ] "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 => 19 ], 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 => 19 ] "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 => 72 ], 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 => 72 ] "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 => 3 ], 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 => 3 ] "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 => 10 ], 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 => 10 ] "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 => 11 ], 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 => 11 ] "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 => 16 ], 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 => 16 ] "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 => 12 ], 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 => 12 ] "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 => 13 ], 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 => 13 ] "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 => 52 ], 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 => 52 ] "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 => 18 ], 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 => 18 ] "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 => 91 ], 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 => 91 ] "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 => 20 ], 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 => 20 ] "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 => 21 ], 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 => 21 ] "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 => 22 ], 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 => 22 ] "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 => 87 ], 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 => 87 ] "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 => 23 ], 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 => 23 ] "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 => 32 ], 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 => 32 ] "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 => 92 ], 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 => 92 ] "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 => 34 ], 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 => 34 ] "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 => 73 ], 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 => 73 ] "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 => 24 ], 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 => 24 ] "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 => 25 ], 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 => 25 ] "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 => 27 ], 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 => 27 ] "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 => 26 ], 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 => 26 ] "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 => 29 ], 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 => 29 ] "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 => 28 ], 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 => 28 ] "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 => 30 ], 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 => 30 ] "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 => 31 ], 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 => 31 ] "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 => 53 ], 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 => 53 ] "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 => 33 ], 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 => 33 ] "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 => 93 ], 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 => 93 ] "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 => 35 ], 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 => 35 ] "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 => 36 ], 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 => 36 ] "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 => 37 ], 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 => 37 ] "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 => 81 ], 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 => 81 ] "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 => 82 ], 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 => 82 ] "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 => 83 ], 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 => 83 ] "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 => 84 ], 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 => 84 ] "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 => 85 ], 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 => 85 ] "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 => 86 ], 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 => 86 ] "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 => 38 ], 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 => 38 ] "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 => 94 ], 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 => 94 ] "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 => 41 ], 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 => 41 ] "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 => 74 ], 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 => 74 ] "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 => 39 ], 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 => 39 ] "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 => 40 ], 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 => 40 ] "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 => 95 ], 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 => 95 ] "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 => 42 ], 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 => 42 ] "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 => 43 ], 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 => 43 ] "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 => 9 ], 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 => 9 ] "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 => 44 ], 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 => 44 ] "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 => 48 ], 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 => 48 ] "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 => 49 ], 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 => 49 ] "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 => 70 ], 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 => 70 ] "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 => 50 ], 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 => 50 ] "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 => 88 ], 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 => 88 ] "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 => 51 ], 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 => 51 ] "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 => 69 ], 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 => 69 ] "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 => 56 ], 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 => 56 ] "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 => 54 ], 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 => 54 ] "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 => 55 ], 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 => 55 ] "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 => 57 ], 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 => 57 ] "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 => 71 ], 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 => 71 ] "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 => 58 ], 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 => 58 ] "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 => 59 ], 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 => 59 ] "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 => 60 ], 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 => 60 ] "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 => 61 ], 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 => 61 ] "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 => 62 ], 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 => 62 ] "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 => 63 ], 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 => 63 ] "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 => 64 ], 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 => 64 ] "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 => 65 ], 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 => 65 ] "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 => 66 ], 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 => 66 ] "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 => 67 ], 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 => 67 ] "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 "ContainerO5wR0KT\RequestPayloadValueResolverGhost01ca9cc::onKernelControllerArguments".
event
[ "event" => "kernel.controller_arguments" "listener" => "ContainerO5wR0KT\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 (1585)
Log messages generated during the compilation of the service container.
| Messages | Class |
|---|---|
| 311 |
|
| 239 |
|
| 136 |
|
| 365 |
|
| 141 |
|
| 389 |
|
| 1 |
|
| 3 |
|